Changes between Version 11 and Version 12 of AccountManagerPlugin/Modules


Ignore:
Timestamp:
Aug 27, 2011, 1:51:14 PM (13 years ago)
Author:
Steffen Hoffmann
Comment:

about time to update the main "user" admin page view, painfully outdated for ages

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin/Modules

    v11 v12  
    2121 '''Package''':: acct_mgr.admin
    2222
    23 This component adds new pages to the trac:WebAdmin section for managing user accounts:
     23This component adds a whole new section with a couple of pages to the trac:WebAdmin section for managing user accounts:
    2424 * admin/accounts/config - basic configuration, i.e. !AuthStore activation and ordering
    25  * ''admin/accounts/details'' - upcoming
    2625 * admin/accounts/notification - !AccountManager change notification settings
    27  * admin/accounts/users - user account listing with some management functions, i.e. add/delete accounts, change password, etc.
     26 * admin/accounts/users - user account listing with some management functions, i.e.
     27  * add/delete accounts
     28  * change password and other account attributes
     29  * reset password similar to the 'lost password', but triggered by admin (since acct_mgr-0.3)
     30  * review account details (since acct_mgr-0.3)
     31  * review and erase entries of Trac db table `session_attribute` (since acct_mgr-0.4) ^note2^
    2832
    29 It requires the `TRAC_ADMIN` permission to access ^note2^.[[BR]]
    3033'''^note1^''' Before acct_mgr-0.3 modules name has been !AccountManagerAdminPage instead.[[BR]]
    31 '''^note2^''' A more granular set of permissions has been introduced with changeset [9280] and TRAC_ADMIN is not required anymore.
     34'''^note2^''' Requires `ACCTMGR_ADMIN` or `TRAC_ADMIN`, but handle with ''extreme care'' anyway - no problem to shoot yourself in the foot by i.e. deleting your own `SessionStore` admin password. So double-check and think twice, and especially have a current, working Trac db backup before starting cleanup here.
    3235
    33 [[Image(AccountManagerPlugin:account-manager-admin.png)]]
     36[[Image(AccountManagerPlugin:account-manager-admin_v0.4.png)]]
     37
     38Older versions required the `TRAC_ADMIN` permission to access any of the admin pages, but a more granular set of permissions has been introduced since acct_mgr-0.3 (see changeset [9280]):
     39 `ACCTMGR_ADMIN` :: all permissions in the plugin's domain, like `TRAC_ADMIN` for Trac core
     40 `ACCTMGR_CONFIG_ADMIN` :: permission to see and use the configuration admin page
     41 `ACCTMGR_USER_ADMIN` :: permission to see and use most other admin pages of this plugin except the cleanup (button <Review account attributes>)
    3442
    3543=== Configuration ===