Show
Ignore:
Timestamp:
12/19/06 09:36:49 (2 years ago)
Author:
coderanger
Message:

AccountManagerPlugin:

Fix backport of ignore_auth_case protection.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • accountmanagerplugin/0.9/acct_mgr/web_ui.py

    r1535 r1712  
    9999 
    100100    def _enable_check(self, log=False): 
    101         ignore_case = auth.LoginModule(self.env).ignore_case 
     101        ignore_case = self.config.getbool('trac', 'ignore_auth_case') 
    102102        if log and ignore_case: 
    103103            self.log.warn('RegistrationModule is disabled because '