Changeset 131

Show
Ignore:
Timestamp:
09/30/07 22:15:41
Author:
thejimmyg
Message:

encrypt function wasn't called

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AuthKit/trunk/authkit/users/postgresql_driver.py

    r128 r131  
    525525        cursor.close() 
    526526        self.release_conn(conn) 
    527         return rows[0][0] == encrypt(password) 
     527        return rows[0][0] == self.encrypt(password) 
    528528 
    529529    def user_set_username(self, username, new_username):