| LoginHandlerChangePassword Method |
Namespace:
Dynamicweb.Frontend
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public static void ChangePassword(
int userId,
string oldPassword,
string newPassword,
bool encryptPassword
)
Public Shared Sub ChangePassword (
userId As Integer,
oldPassword As String,
newPassword As String,
encryptPassword As Boolean
)
Parameters
- userId
- Type: SystemInt32
- oldPassword
- Type: SystemString
- newPassword
- Type: SystemString
- encryptPassword
- Type: SystemBoolean
See Also