CustomerChangePasswordControl

CustomerChangePasswordControl lets signed-in shoppers request a password change, validate the new password, and complete the change using a verification code.

CustomerChangePasswordControl password form

CustomerChangePasswordControl validation state

CustomerChangePasswordControl verification state

Configurable properties

Property Default Valid values or format Effect
CancelButtonText
String
Not specified   Sets the Cancel button text.
ChangePasswordInstructionText
String
Not specified   Sets the password-change instructions.
ConfirmButtonText
String
Not specified   Sets the confirmation button text.
ConfirmNewPasswordLabelText
String
Not specified   Sets the confirm-new-password label.
ConfirmNewPasswordMismatchMessageText
String
Not specified   Sets the new-password mismatch message.
CurrentPasswordLabelText
String
Not specified   Sets the current-password label.
CurrentPasswordMismatchMessageText
String
Not specified   Sets the current-password mismatch message.
LoginPageUrl
Not specified
Not specified   Sets the login-page URL.
NewPasswordInvalidMessageText
String
Not specified   Sets the invalid-new-password message.
NewPasswordLabelText
String
Not specified   Sets the new-password label.
SubmitButtonText
String
Not specified   Sets the Submit button text.
SuccessMessageText
String
Not specified   Sets the successful-password-change message.
SuccessRedirectUrl
String
Not specified   Sets the redirect destination after a successful password change.
VerificationCodeExpirationMessageText
String
Not specified   Sets the expired verification-code message.
VerificationCodeInstructionText
String
Not specified   Sets the verification-code instructions.
VerificationCodeLabelText
String
Not specified   Sets the verification-code label.
VerificationCodeMismatchMessageText
String
Not specified   Sets the verification-code mismatch message.

SitePages.config example

The following example loads CustomerChangePasswordControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: CancelButtonText, ChangePasswordInstructionText, ConfirmButtonText, ConfirmNewPasswordLabelText, ConfirmNewPasswordMismatchMessageText, CurrentPasswordLabelText, CurrentPasswordMismatchMessageText, LoginPageUrl, NewPasswordInvalidMessageText, NewPasswordLabelText, SubmitButtonText, SuccessMessageText, SuccessRedirectUrl, VerificationCodeExpirationMessageText, VerificationCodeInstructionText, VerificationCodeLabelText, VerificationCodeMismatchMessageText.

<Control src="CustomerChangePasswordControl.ascx" />

Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.

Inherited properties

CustomerChangePasswordControl inherits shared conditions from CyberStoreBaseControl.


This site uses Just the Docs, a documentation theme for Jekyll.