[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:
Gaetan Delannay 2012-07-27 11:01:35 +02:00
parent b2e1e8c780
commit 47cd8ee277
5 changed files with 11 additions and 3 deletions

View file

@ -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