Changes between Version 7 and Version 8 of TracMyPagePlugin


Ignore:
Timestamp:
May 11, 2009, 4:18:40 PM (15 years ago)
Author:
dgc
Comment:

More potential gotchas with setup

Legend:

Unmodified
Added
Removed
Modified
  • TracMyPagePlugin

    v7 v8  
    2121== Nota Bene ==
    2222
    23 * To see the My Page tab, a user must be logged in and have the MYPAGE_VIEW permission.  To make My Page available to all users, grant MYPAGE_VIEW to the ''authenticated'' subject in Admin/Permissions.
     23 * To see the My Page tab, a user must be logged in and have the MYPAGE_VIEW permission.  To make My Page available to all users, grant MYPAGE_VIEW to the ''authenticated'' subject in Admin/Permissions.
     24 * This plugin does not introduce new components into the Trac environment; it is simply based on HTTP redirects.  It does not create wiki pages on demand.  Unless an administrator creates wiki pages for users, My Page pages will not exist the first time users click the tab.  A first-time user will get a 'Describe u/admiralnelson here.' page instead.  He will need to click ''Create this page'' to initialize it, so he will need WIKI_CREATE permission.  This meets my needs, but automatic My Page creation would be a good feature to add.
    2425
    2526== Bugs/Feature Requests ==