GetLastPasswordChangedDate Method
Syntax
Context.Security.GetLastPasswordChangedDate as T ([UserName as C])
Arguments
- UserNameCharacter
The name of the user. If no user name is specified the current user will be used.
Returns
- resultTime
Returns the date a user's password was last set.
Description
Gets the date/time for when a user's password was last set.
Discussion
Context.Security.GetLastPasswordChangedDate() gets the date/time for when a user's password was last set. Check Context.Security.CallResult.Success before using the return value.