Skip to content
New issue

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

Can't login #6

Open
dgleba opened this issue Dec 6, 2020 · 0 comments
Open

Can't login #6

dgleba opened this issue Dec 6, 2020 · 0 comments

Comments

@dgleba
Copy link

dgleba commented Dec 6, 2020

EDIT:
I had some mistakes below. I edited it.


I created superuser admin with password 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."]}

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?

image

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant