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

Existing users code refactoring #582

Closed
wants to merge 3 commits into from
Closed

Existing users code refactoring #582

wants to merge 3 commits into from

Commits on Jun 13, 2022

  1. refactor(users.php): Move user management functions

    Put the `addUser()`, `deleteUser()`, `changeUserPassword()`, and
    `getUsers()` functions into their own file, out of misc/functions.php.
    coldacid authored and Chris Charabaruk committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    2e83f38 View commit details
    Browse the repository at this point in the history
  2. docs(users.php): Add PHP docs

    Chris Charabaruk committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    8f5e363 View commit details
    Browse the repository at this point in the history
  3. refactor(users): add User class

    Create a class which will store details of an individual user. This will
    make it easier to store more information than just login credentials for
    users.
    Chris Charabaruk committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    23699d6 View commit details
    Browse the repository at this point in the history