Hi, If you are using input() method of form helper then set 'type' as 'password' (http://book.cakephp.org/view/1392/options-type) otherwise use password() method (http://book.cakephp.org/view/1428/password).
Hope this helps. Amit Badkas PHP Applications for E-Biz: http://www.sanisoft.com On Tue, Dec 21, 2010 at 1:18 PM, John Maxim <[email protected]> wrote: > I have 2 password fields; > > 1. password > 2. password_2 > > The value displayed in field password_2 is in plain text, how to > change it to asterisks/dots ? > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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/cake-php?hl=en
