Which form control is used for user password field in forms?

Martin Dobsicek asked on February 14, 2010 06:10

Which form control is used for user password field in forms?

Correct Answer

Martin Dobsicek answered on February 14, 2010 06:10

It may be confusing there is standard text box specified as field type of password field in User system table. This is caused by the value specified in User system table is not actually used anywhere. There is always some particular alternative form used on live page and there is already the 'password with confirmation' form control used in alternative form. You can find source of this form control in ~\CMSFormControls\PasswordConfirmator.ascx(.cs) files. 

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.