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 remove the lock 
of the account.


Even if the password is already reset, the account will still be locked by 
django-axes for a couple of minutes.


I'm trying to perform


python manage.py axes_reset_username


on the *class PasswordResetCompleteView* but I'm not sure how to access the 
username whose password was reset.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/700dcec5-bce9-4d9a-8011-27ae091722ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to