For more information on the search, visit the help page.
SignupRequestForm
Meta
save
message
forms
CustomAuthenticationForm
InsitutionForm
lyprox.accounts.forms.SignupRequestForm
lyprox
accounts
class SignupRequestForm(forms.ModelForm):
View In Hierarchy
Form for requesting to be signed up by an administrator.
bool
Override save method.
This modifies the behaviour that the entered data is not used to create a User instance, but the information is just stored/sent to an admin.
User
Undocumented