- added enablePasswordForgotten switch

This commit is contained in:
steinm 2011-10-10 14:34:29 +00:00
parent 462704e16f
commit 9ea80693a2

View File

@ -77,12 +77,14 @@
<!-- enableGuestLogin: If you want anybody to login as guest, set the following line to true <!-- enableGuestLogin: If you want anybody to login as guest, set the following line to true
- note: guest login should be used only in a trusted environment - note: guest login should be used only in a trusted environment
- enablePasswordForgotten: Allow users to reset their password
- restricted: Restricted access: only allow users to log in if they have an entry in the local database (irrespective of successful authentication with LDAP). - restricted: Restricted access: only allow users to log in if they have an entry in the local database (irrespective of successful authentication with LDAP).
- enableUserImage: enable users images - enableUserImage: enable users images
- disableSelfEdit: if true user cannot edit his own profile - disableSelfEdit: if true user cannot edit his own profile
--> -->
<authentication <authentication
enableGuestLogin = "false" enableGuestLogin = "false"
enablePasswordForgotten = "false"
restricted = "true" restricted = "true"
enableUserImage = "false" enableUserImage = "false"
disableSelfEdit = "false" disableSelfEdit = "false"