Changeset 3356 for trunk/modules
- Timestamp:
- 08/23/2008 02:04:04 AM (3 months ago)
- Files:
-
- 1 modified
-
trunk/modules/auth/libraries/drivers/Auth/File.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/auth/libraries/drivers/Auth/File.php
r3326 r3356 42 42 { 43 43 // Validate username/password combination 44 if ( isset($this->users[$username]) AND $this->users[$username]=== $password)44 if ($this->password($username) === $password) 45 45 { 46 46 // Regenerate session_id
