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.
Resets a user's password to a new, automatically generated password.
Namespace: Smartsite.Security.Authentication
Assembly: Smartsite.Security (in Smartsite.Security.dll)
Syntax
C# | Copy Code |
---|---|
public override string ResetPassword( string username, string answer ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Overrides Function ResetPassword ( _ username As , _ answer As _ ) As |
Parameters
- username
- String
The user to reset the password for.
- answer
- String
The password answer for the specified user.
Return Value
The new password for the specified user.See Also
LDAPMembershipProvider Class
Smartsite.Security.Authentication Namespace