Show
Ignore:
Timestamp:
05/29/07 11:12:17 (17 years ago)
Author:
jerome
Message:

Special DB auth seems to work fine with clear text passwords.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/branches/specialauth/pykota/storages/sql.py

    r3165 r3179  
    3636        user.LifeTimePaid = record.get("lifetimepaid") 
    3737        user.Email = record.get("email") 
     38        user.Password = record.get("password") 
    3839        user.Description = self.databaseToUserCharset(record.get("description")) 
    3940        user.OverCharge = record.get("overcharge", 1.0)