Changeset 1737 for trunk/sources/HeuristicLab.Security.ADODataAccess/3.2
- Timestamp:
- 05/04/09 19:42:18 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Security.ADODataAccess/3.2/HLUserAdapter.cs
r1729 r1737 55 55 56 56 if (!row.IsPasswordNull()) 57 user. Password = row.Password;57 user.SetPlainPassword(row.Password); 58 58 else 59 user. Password = String.Empty;59 user.SetPlainPassword(String.Empty); 60 60 61 61 if (!row.IsMailAddressNull())
Note: See TracChangeset
for help on using the changeset viewer.