I’m building a social network using HMVC Code Igniter and I am creating my registration form, the defaults using form_input() are really nice(displayed in the input box etc…) however for form_password I get *******, I would really prefer it to just output the word password and then once the user types the password it would hash, my other alternative is to create opaque labels that display in the input box, but if there is a solution to the former it would be a quick and easy solution, so is there a way to change the default behaviour for form_password(), so it can output the word password.