Changeset 7

Show
Ignore:
Timestamp:
11/24/06 16:16:17 (2 years ago)
Author:
pacopablo
Message:
  • More converting
Location:
trac_plugins/pacopablodbauth/trunk/dbauth
Files:
2 modified
1 moved

Legend:

Unmodified
Added
Removed
  • trac_plugins/pacopablodbauth/trunk/dbauth/__init__.py

    r6 r7  
    1 from auth import * 
     1from api import * 
    22from web_ui import * 
  • trac_plugins/pacopablodbauth/trunk/dbauth/web_ui.py

    r6 r7  
    110110        if req.path_info.startswith('/login') and req.authname == 'anonymous': 
    111111            data = { 
    112                 'referer': self._referer(req) 
     112                'referer': self._referer(req), 
    113113                'reset_password_enabled': 
    114114                    (self.env.is_component_enabled(AccountModule)