[gen] Add param Config.activateForgotPassword to allow to disable this functionality for sites where the email of users may be unknown.
This commit is contained in:
parent
b2e1e8c780
commit
47cd8ee277
5 changed files with 11 additions and 3 deletions
|
@ -2894,6 +2894,8 @@ class Config:
|
|||
# Language that will be used as a basis for translating to other
|
||||
# languages.
|
||||
self.sourceLanguage = 'en'
|
||||
# Activate or not the button on home page for asking a new password
|
||||
self.activateForgotPassword = True
|
||||
# When using Ogone, place an instance of appy.gen.ogone.OgoneConfig in
|
||||
# the field below.
|
||||
self.ogone = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue