Changes between Initial Version and Version 1 of Ticket #264
- Timestamp:
- Mar 29, 2006, 2:14:10 PM (19 years ago)
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 1 Hi ! 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 5 4 6 5 6 {{{ 7 7 password_format = htpasswd 8 8 password_file = /path/to/htpasswd 9 9 default-group = authenticated 10 }}} 10 11 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 13 13 14 14 15 15 user added with these files will be created with a default permission specified in 16 {{{ 16 17 trac.ini ==> [account-manager] ==> default-group 18 }}}