Below is my function to register a new user. In the function, you
will notice that I attempt to sha256 the password to store in the
database. Works great.
However, just before the data is saved, the password box gets the new
sha256-ed password. In other words, if there is an error saving, you
is be done?
Thanks!
cbmeeks
http://www.codershangout.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from t
I would like to do the following.
I have a site with members and right now, they would access their
profile like:
http://www.example.com/users/view/bob
I would like for "Bob" to access his site like:
http://www.example.com/bob
Is this possible?
Thanks!
http://www.codershangout.com
--~--~-