Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

nickfrez / unb-uuiduser   python

Repository URL to install this package:

/ forms.py

from django.contrib.auth.forms import PasswordResetForm


# Just use the django.contrib.auth PasswordResetForm.  Technically we don't
# have to reassign it to itself...
PasswordResetForm = PasswordResetForm