Ignore:
Timestamp:
Feb 15, 2006 3:49:49 AM (18 years ago)
Author:
scdev
Message:

Fixed authenticate method in Auth_File

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Auth_File.inc.php

    r66 r67  
    113113        }
    114114
    115         if ($this->_encrypt($password, $password) == $this->_users[$username]) {
     115        if ($this->_encrypt($password, $this->_users[$username]) == $this->_users[$username]) {
    116116            return true;
    117117        } else {
Note: See TracChangeset for help on using the changeset viewer.