Changeset 2222

Show
Ignore:
Timestamp:
05/03/07 18:19:48 (2 years ago)
Author:
BladeHawke
Message:

AuthRequiredPlugin:

Allow access to /reset_password (fixes #1315). Thanks to phpnut.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • authrequiredplugin/0.10/tracauthrequired/authrequired.py

    r1947 r2222  
    4949        if ((req.authname and req.authname != 'anonymous') or \ 
    5050            req.path_info.startswith('/login') or \ 
     51            req.path_info.startswith('/reset_password') or \ 
    5152            req.path_info.startswith('/register')): 
    5253            return []