Changes between Version 13 and Version 14 of CookBook/AccountManagerPluginConfiguration


Ignore:
Timestamp:
Dec 15, 2012, 11:34:59 AM (11 years ago)
Author:
Steffen Hoffmann
Comment:

add configuration for passwort reset

Legend:

Unmodified
Added
Removed
Modified
  • CookBook/AccountManagerPluginConfiguration

    v13 v14  
    155155== Advanced configurations ==
    156156=== Password Reset ===
     157You need an authentication store enabled and configured correctly as a per-requisite here. Additionally explicitly enable or unset the following option:
     158{{{
     159#!cfg
     160[account-manager]
     161;reset_password = false
     162}}}
     163{{{
     164#!cfg
     165[components]
     166acct_mgr.pwhash.htdigesthashmethod = enabled
     167acct_mgr.web_ui.accountmodule = enabled
     168acct_mgr.web_ui.resetpwstore = enabled
     169}}}
     170enables password reset for both, admin (for everyone) and regular users (only for their own account)
     171
     172''Note:'' Hiding of non-functional parts from the web-UI has been corrected for acct_mgr-0.4.1, and the plugin complains on misconfiguration too, see trac.log
     173
    157174=== Persistent Sessions ===
    158175{{{