Auth not hashing passwd with scaffolded controller?

2009-02-03 Thread Heryudi Ganesha
Hi all, Just curious. Currently i'm trying auth component following this tutorial: http://www.studiocanaria.com/articles/cakephp_auth_component_users_groups_permissions_revisited When I create a new user and submit it (scaffold mode), the password is not hashed - it display clear text user

Auth not hashing passwd with scaffolded controller?

2009-02-03 Thread Heryudi Ganesha
Hi all, Just curious. Currently i'm trying auth component following this tutorial: http://www.studiocanaria.com/articles/cakephp_auth_component_users_groups_permissions_revisited When I create a new user and submit it (scaffold mode), the password is not hashed - it display clear text user

Re: Auth not hashing passwd with scaffolded controller?

2009-02-03 Thread Heryudi Ganesha
After using 'cake bake' to generate user controller + views and trying add new username (with password), it works like a charm! All the passwords hashed beautifully. :) So it's true that auth component will not hash password in scaffoled mode. Thanks a lot. -- heryudi BrendonKoz wrote: I