Login

Tag "password-reset"

Snippet List

Password Reset Form Newforms

A Change Password form that asks the user for the old password and checks the two new passwords. Whenever you instantiate the form you must pass a User object to it. ex. theform = forms.PasswordReset(request.user,request.POST)

  • newforms
  • password-reset
Read More

1 snippet posted so far.