Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Customized Confirm Password in Custom Registration Form View modes: 
User avatar
Member
Member
Armysniper89 - 10/24/2010 12:15:56 PM
   
Customized Confirm Password in Custom Registration Form
I think it is cool that there is the ability to display a "confirm" password field type in Alternative Forms, but there is no default label with it that says "Confirm Password", just a second text box is added. I would like to create a separate control to handle confirming the password, so that it is more like the standard registration WebPart control which does separate them. How can I do this in an Alternative Form?

User avatar
Kentico Developer
Kentico Developer
kentico_ondrejv - 11/5/2010 9:44:51 AM
   
RE:Customized Confirm Password in Custom Registration Form
Hello,

If you use version 5.5, you can edit following password confirmation form control: ~/CMSModules/Membership/FormControls/Passwords/PasswordConfirmator.ascx

In case you don't have label for confirmation textbox, you can simply add it there.

Please note that this password confirmation form control is used e.g. in cms.user.RegistrationForm alternative form.

Best regards
Ondrej Vasil