Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yes, SF automatically stores the last 24 passwords used by a user. The collection is private, but you could access it through reflection or by modifying the source code to make the SFSUsersBO.EncryptedData class public. The EncryptedData class parses the us_Data field in the database, which is where all of that information is stored. The EncryptedData has the PasswordHistory property, which is a generic string list of the last 24 passwords used.
|