PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Changes the password of a user in the password recovery process.
Namespace: Smartsite.Security.Authentication
Assembly: Smartsite.Security (in Smartsite.Security.dll)
Syntax
C# | Copy Code |
---|---|
public bool ChangePasswordFromRecovery( string userName, string recoveryKey, string newPassword ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Function ChangePasswordFromRecovery ( _ userName As , _ recoveryKey As , _ newPassword As _ ) As |
Parameters
- userName
- String
The user name.
- recoveryKey
- String
The password recovery key.
- newPassword
- String
The new password.
Return Value
true if successful, otherwise false.See Also
SqlMembershipProvider Class
Smartsite.Security.Authentication Namespace