Page 1 of 1

Password is being **** out

PostPosted: Fri Jun 29, 2012 8:24 am
by clawes
My password field is being starred out (***) when I'm typing in it. Normally, this is OK but for this application I want to see the password as I type it.
It would appear that Xataface makes this the default behaviour for any field named "password"?
How can I correct this? :?:

My fields.ini entry for this field is as follows:

Code: Select all
[password]
widget:label = "Password"
widget:description = "Enter a password"
validators:required=1
visibility:list=hidden
visibility:find=hidden

Re: Password is being **** out

PostPosted: Wed Jul 04, 2012 10:28 am
by shannah
You can override the widget type:
Code: Select all
widget:type=text

Re: Password is being **** out

PostPosted: Thu Jul 05, 2012 11:30 am
by clawes
That worked.

Thanks!