-
I finally get everything run well, but I forget the default passwd of admin. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
cocova
Nov 19, 2021
Replies: 2 comments
-
The problem resolved by drop the database mediacms and drop the user mediacms in postgres. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cocova
-
Hi @cocova - You can also reset the password by following below steps. Last command will prompt you to enter the desired password. cd /home/mediacms.io/mediacms
source /home/mediacms.io/bin/activate
python manage.py changepassword admin |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem resolved by drop the database mediacms and drop the user mediacms in postgres.