Changes between Version 5 and Version 6 of AccountManagerPlugin/Modules


Ignore:
Timestamp:
Jan 30, 2011, 7:18:12 PM (13 years ago)
Author:
Matthijs Kooijman
Comment:

Note that accountchangelistener is required for emailverificationmodule to work

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin/Modules

    v5 v6  
    163163[components]
    164164acct_mgr.web_ui.EmailVerificationModule = enabled
     165acct_mgr.notification.AccountChangeListener = enabled
    165166}}}
    166167
     
    176177}}}
    177178for switching this off easily, to restore the old behavior of AccountManagerPlugin by default, is available since changeset [9304] as well.
     179
     180As shown in the configuration above, you'll have to enable the accountchangelistener component as well. Without it, verification emails will be silently ignored (but the webui will still say they got sent!).