View Full Version : changing text field to password field
Brad Lawryk
08-04-2009, 03:55 PM
I noticed when I did my Security Assist Wizard and Data Assist Wizards for my user database I didn't select password as the field type (not even sure if it was an option). Now I have text fields that display the actual password in the user profile and user update/insert forms.
Is there away to correct that without starting from scratch?
Brad
Jason Byrnes
08-04-2009, 04:18 PM
In design view select the text field, then go to split view and change:
<input type="text"
to:
<input type="password"
Brad Lawryk
08-04-2009, 04:41 PM
In design view select the text field, then go to split view and change:
<input type="text"
to:
<input type="password"
I had already tried that. It did get rid of the actual text, but isn't it suppose to give you the 'confirm password' field as well on the edit forms?
Brad
Jason Byrnes
08-05-2009, 10:34 AM
NO, security Assist will not a Confirm password field.
You would need to add the second password field manually and use the Validation Toolkit Like Entry server validation to implement this.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.