change admin password djano
python manage.py changepassword <user_name>
change admin password djano
python manage.py changepassword <user_name>
phpmyadmin change password
-- DEFAULT: Username:root , Password: – (none)
mysql> SET PASSWORD FOR root@localhost=PASSWORD('mypassword');
mysql> GRANT ALL PRIVILEGES ON *.* TO root@localhost
IDENTIFIED BY 'mypassword' WITH GRANT OPTION;
change admin password
type python3 manage.py changepassword <user> on terminal, where <user> is your admin user name
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us