Changes between Version 14 and Version 15 of AccountManagerPlugin/Modules


Ignore:
Timestamp:
Sep 9, 2011, 6:06:54 AM (13 years ago)
Author:
hans@…
Comment:

Added documentation for the account preferences tab

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin/Modules

    v14 v15  
    9595}}}
    9696
     97==== Disabling account deletion in the preferences 'account' tab ====
     98
     99If you want your users to be able to change their password in the 'account' tab of 'preferences', but don't want them to be able to delete their account, you should configure as follows in trac.ini:
     100
     101{{{
     102#!cfg
     103[account-manager]
     104allow_delete_account = false
     105}}}
     106
    97107----
    98108