Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
unb-uuiduser / forms.py
Size: Mime:
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