Django login error

Submitted 3 years, 8 months ago
Ticket #108
Views 306
Language/Framework Python
Priority Medium
Status Closed

Hi, I have a problem. When I try to log in in the Django Admin, this error occurs (image attached). I can't find what is wrong. I have the version argon2-cffi==18.3.0 installed. I hope you can help me with this.

Submitted on Aug 19, 20
add a comment

1 Answer

Verified

@9895fernando . Welcome to Teckiy. Seems like you have some issue in your Argon2 installation.

Please check this documentation Django Argon2

I think you may need to install like this pip install django[argon2] and also I hope you have this config in your settings.py file.

    'django.contrib.auth.hashers.Argon2PasswordHasher',
    'django.contrib.auth.hashers.PBKDF2PasswordHasher',
    'django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher',
    'django.contrib.auth.hashers.BCryptSHA256PasswordHasher',
]

Submitted 3 years, 8 months ago

thanks.! now i working good.! i installed argon2-cffi==20.1.0 cffi==1.14.2 pycparser==2.20 and now work it.!

- 9895fernando 3 years, 8 months ago

Awesome!!!. If everything ok then close the ticket. Also start using our platform(let us know your feedback) and help other developers :)

- scott 3 years, 8 months ago

@9895fernando could you please close the ticket if issue solved

- bhanupriyakuchana123 3 years, 8 months ago


Latest Blogs