brockf / hero

Hero Framework: A powerful Content Management System (CMS) and eCommerce framework built on CodeIgniter.
Other
53 stars 45 forks source link

changing the creation of hashed passwords to a method call, so it's n… #15

Open josev814 opened 8 years ago

josev814 commented 8 years ago

…ow centralized in one function to make it eaiser to update. Changed from using CI string helper to using php's built in uniqid function to generate a random salt.