By ankitjain1110 on
I have made a content type in which i have made the password field as a text field. All i want is that the typed characters should be changed to dots. as always is the case with passwords. Can u help me on this
I have made a content type in which i have made the password field as a text field. All i want is that the typed characters should be changed to dots. as always is the case with passwords. Can u help me on this
Comments
CCK Password Field
Use this instead: http://drupal.org/project/cckpassword.
Edit: Use caution. It's alpha.
Thanks for your response. I
Thanks for your response. I have already gone through this but the problem is that.I have already created nearly 100 forms for my project.And changing the field in every forn will be a hectic job.Is there any other way out??
Not that I know of
I'm sorry but I don't think it's possible. A password field is coded differently than a normal text field. While it may be hectic, I would highly recommend installing the CCK Password Field module and using that instead. This will not only resolve your issue but also add security.
Thank You. Have started with
Thank You. Have started with the changes:)
RE : CCK field
Using CCK Password Field module for add password field to content type