Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Aug 18, 2016

  1. 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.
    josev814 committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    9cf9a3d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. fixing all errors for running on PHP 5.6+

    Jose committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    51da886 View commit details
    Browse the repository at this point in the history
  2. fixing bad permissions

    root committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    0ecf949 View commit details
    Browse the repository at this point in the history
  3. fixing permissions

    Jose committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    51332ba View commit details
    Browse the repository at this point in the history