Sunday, January 8, 2012

My answer to "Password clear text in change password"

This is my answer to a Question on Support site for LampCMS project


You know this can be fixed by setting the 'type' of inputs to 'password' in the template.
I'll do it in the next release but you can already do this yourself, just track down the template that generates the password change form and change the input type="password"

that's all there is to it.

Tracking down to template is super easy because when site is run in debug mode the template names are added to the html source code.

No comments:

Post a Comment