Changes between Initial Version and Version 1 of Ticket #264


Ignore:
Timestamp:
Mar 29, 2006, 2:14:10 PM (18 years ago)
Author:
Alec Thomas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #264 – Description

    initial v1  
    1 Hi ! I attach here my files modified with patches for tickets 180 and 155.
    2 180 - only file htfile.py, new methods for various check and patch for _update_file method.
    3       check inside for group names banned ( check group names in db and exclude them )
    4       in trac.ini ( for environment ) must add
     1Hi ! I attach here my files modified with patches for tickets #180 and #155.
     2
     3#180 - only file htfile.py, new methods for various check and patch for _update_file method. Check inside for group names banned ( check group names in db and exclude them ) in trac.ini ( for environment ) must add
    54
    65 
     6{{{
    77password_format = htpasswd
    88password_file = /path/to/htpasswd
    99default-group = authenticated
     10}}}
    1011
    11 155 - web_ui, new check and error message for banned group names in example if you define authenticated, dev, other groups ... banned usernames will be authenticated, dev, other, WIKI_VIEW, etc etc etc ( default actions too will be protected )
    12       api.py, new method interface
     12#155 - web_ui, new check and error message for banned group names in example if you define authenticated, dev, other groups ... banned usernames will be authenticated, dev, other, WIKI_VIEW, etc etc etc ( default actions too will be protected ). api.py, new method interface
    1313
    1414
    1515user added with these files will be created with a default permission specified in
     16{{{
    1617trac.ini ==> [account-manager] ==> default-group
     18}}}