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

User manager #707

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

coldacid
Copy link
Member

Completes / closes #706

@coldacid coldacid force-pushed the user-manager branch 2 times, most recently from f8fd9b6 to 57b7861 Compare October 25, 2022 02:21
@coveralls
Copy link

coveralls commented Oct 25, 2022

Coverage Status

Coverage increased (+1.7%) to 6.557% when pulling da8f187 on coldacid:user-manager into 102fec1 on PodcastGenerator:master.

Chris Charabaruk added 8 commits November 3, 2022 07:26
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.
Mark the four methods from the ArrayAccess interface as final so that
they can be used as-is when mocking Configuration for tests.
Provides a class (with full tests) to handle the duties of the functions
in users.php.
Also deprecate the functions as we'll get rid of them soon enough.
New method to see if the named user exists or not.
Make direct use of UserManager in reset.php and pg_users.php instead of
relying on the users.php functions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement user manager class
2 participants