Changeset 1676
- Timestamp:
- 08/20/08 18:14:26 (3 months ago)
- Files:
-
- 1 modified
-
branches/3.4/login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.4/login.php
r1536 r1676 68 68 $auth['success'] = false; 69 69 Error::add('general',_('User Disabled please contact Admin')); 70 debug_event('Login','Disabled User ' . scrub_out($username) . ' attempted to login, but is disabled','1'); 70 71 } // if user disabled 72 73 if (!$auth['success']) { 74 debug_event('Login','Login Username / Password Failure:' . scrub_out($username),'5'); 75 } 71 76 72 77 elseif (!$user->username AND $auth['success']) {
