Changes between Version 7 and Version 8 of AccountManagerPlugin/Modules


Ignore:
Timestamp:
May 31, 2011, 7:34:12 PM (13 years ago)
Author:
Steffen Hoffmann
Comment:

add some more hints regarding initial configuration, refs #4755 and #5161

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin/Modules

    v7 v8  
    5757acct_mgr.web_ui.AccountModule = enabled
    5858}}}
     59
     60You'll need to activate at least one of the [wiki:AccountManagerPlugin/AuthStores authentication resources] bundled with !AccountManagerPlugin. (From a programmers view these are all IPasswordStore implementations.) An error telling you "This password store does not support listing users" indicates, that you didn't successfully activate/configure any authenticaton credential provider yet. Easiest way to do that is using the web-UI. Just go to  admin/accounts/config and select a value different from setting "--" at least for one of the authentication resources listed there.
    5961
    6062'''Since Trac 0.10:''' When used in combination with the [wiki:AccountManagerPlugin#LoginModule LoginModule] it adds a link to the login page “Forgot your password?” where users can reset their password if they’ve forgotten it. You will need to have your SMTP server information configured in your {{{trac.ini}}} for the “Forgot your password?” link to show up and enable !AccountChangeListener: