Articles tagged with password

Using NeatString To Make Random Passwords

By Matt Stith
In my hunt for a simpler way to generate a random password, I ran across a little class that CakePHP already has.
[Read more]

Using Custom Validation Rules To Compare Two Form Fields

By Aran Johnson
Want to make sure that two submitted form fields have the same value? Use the ability to write your own validation rules, to add this validation to your model.
[Read more]