I'm using ActiveScaffold with AuthLogic, and have fields "password" and "password_confirmation" defined in my controller (but not the underlying table). AuthLogic automatically takes these fields and populates the underlying crypted_password and password_salt fields. All that is working fine. However, when creating a new record, ActiveScaffold shows the "password" and "password_confirmation" fields in clear text, in the create form and then in the list after the save. If I refresh the list it correctly shows them as dashes, but if anyone's looking on or scraping my screen then the damage is done.
Any ideas on how to force those two fields to display as dashes or astericks, preferably from the controller so that it will apply to all views? Thanks for any help. Lee -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
