Password is being ** out

Archived from the Xataface Users forum.

clawes — Fri Jun 29, 2012 8:24 am

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

shannah — Wed Jul 04, 2012 10:28 am

You can override the widget type:

Code: Select all
widget:type=text

clawes — Thu Jul 05, 2012 11:30 am

That worked.

Thanks!