Changeset 3356 for trunk/modules/auth

Show
Ignore:
Timestamp:
08/23/2008 02:04:04 AM (3 months ago)
Author:
Geert
Message:

Small simplification to Auth File driver

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/auth/libraries/drivers/Auth/File.php

    r3326 r3356  
    4242        { 
    4343                // Validate username/password combination 
    44                 if (isset($this->users[$username]) AND $this->users[$username] === $password) 
     44                if ($this->password($username) === $password) 
    4545                { 
    4646                        // Regenerate session_id