We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EDIT: I had some mistakes below. I edited it.
I created superuser admin with password top_secret.
admin
top_secret
I then did
curl -X POST -d '{"username": "admin","password": "top_secret"}' -H 'Content-Type: application/json' http://192.168.88.60:6461/api/auth/token/login/
I get: {"non_field_errors":["Unable to log in with provided credentials."]}
{"non_field_errors":["Unable to log in with provided credentials."]}
I tried to login to: http://192.168.88.60:6461/admin/login/?next=/admin/
at: http://192.168.88.60:6461/api/auth/token/login -- I get
"non_field_errors": [ "Unable to log in with provided credentials." ]
Any ideas what's wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
EDIT:
I had some mistakes below. I edited it.
I created superuser
admin
with passwordtop_secret
.I then did
I get:
{"non_field_errors":["Unable to log in with provided credentials."]}
I tried to login to: http://192.168.88.60:6461/admin/login/?next=/admin/
at: http://192.168.88.60:6461/api/auth/token/login -- I get
Any ideas what's wrong?
The text was updated successfully, but these errors were encountered: