Closed jose-padin closed 2 months ago
Why you closed the issue which you created for this PR? Does it mean that you already solved your problem and you just forgot to close this PR as well?
Hi, @lukasvinclav. I didn't close the issue, I closed a previous PR because I thought it was not well done. I didn't create an issue for this bug. Do you want me to create one?
I can confirm there is an issue with displaying errors in login.html.
Thanks for report. Issue fixed in this PR #772
There were missing error messages when a user tried to perform a log in. In this case, the errors came from the django-password-expire package. Some users were blocked because their passwords had expired, but they couldn´t see the error in the UI. This PR fixes this bug by adding those error messages to the src/unfold/templates/admin/login.html template.