Re: How to perform additional actions on PasswordReset in Django

2019-05-07 Thread Sanjay Chandak
Hi all, I am new in the Django so I am not aware about the more functionality of the django but instead you can go with the database approach. If user provide wrong details just set "Locked" column in database as 1 and with some filter you can LOCK the account and at the time of reset just set

How to perform additional actions on PasswordReset in Django

2019-05-06 Thread arriolasimon
I'm using django-axes for the locking of account when a user tries to enter credentials that are not recognized by the system, it will lock the account. But when I do perform the password reset function using django auth package on a locked account, obviously there is no shortcut way to