Skip to content

PHP5.6

Latest
Compare
Choose a tag to compare
@josev814 josev814 released this 29 Apr 20:22
changing the creation of hashed passwords to a method call, so it's n…

…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.