About Registration SettingsΒΆ
ACCOUNT_ACTIVATION_DAYSThe number of days to determine the remaining during which the account may be activated.
Default:
7REGISTRATION_DEFAULT_PASSWORD_LENGTHThe integer length of the default password programatically generate.
Default:
10REGISTRATION_BACKEND_CLASSA string dotted python path for registration backend class.
Default:
'registration.backends.default.DefaultRegistrationBackend'REGISTRATION_SUPPLEMENT_CLASSA string dotted python path for registration supplement class.
Default:
'registration.supplements.default.DefaultRegistrationSupplement'REGISTRATION_ADMIN_INLINE_BASE_CLASSA string dotted python path for registration supplement admin inline base class.
Default:
'registration.admin.RegistrationSupplementAdminInlineBase'REGISTRATION_OPENA boolean value whether the registration is currently allowed.
Default:
TrueREGISTRATION_REGISTRATION_EMAILSet
Falseto disable sending registration email to the user.Default:
TrueREGISTRATION_ACCEPTANCE_EMAILSet
Falseto disable sending acceptance email to the user.Default:
TrueREGISTRATION_REJECTION_EMAILSet
Falseto disable sending rejection email to the user.Default:
TrueREGISTRATION_ACTIVATION_EMAILSet
Falseto disable sending activation email to the user.Default:
TrueREGISTRATION_DJANGO_AUTH_URLS_ENABLE(from Version 0.4.0)If it is
False, django-inspectional-registration do not define the views of django.contrib.auth. It is required to define these view manually.Default:
TrueREGISTRATION_DJANGO_AUTH_URL_NAMES_PREFIX(from Version 0.4.0)It is used as a prefix string of view names of django.contrib.auth. For backward compatibility, set this value to
'auth_'.Default:
''REGISTRATION_DJANGO_AUTH_URL_NAMES_SUFFIX(from Version 0.4.0)It is used as a suffix string of view names of django.contrib.auth. For backward compatibility, set this value to
''.Default:
''