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 Accounts #6

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

User Accounts #6

wants to merge 2 commits into from

Conversation

murjax
Copy link

@murjax murjax commented Sep 15, 2019

  • Creates users table with username and encrypted_password fields.
  • Add username and password validations.
  • Add sessions controller.
  • Redirect users to login page when not authenticated.

Closes #3

@murjax murjax self-assigned this Sep 15, 2019
@murjax
Copy link
Author

murjax commented Sep 17, 2019

Found a bug where the registration succeeds without a password. I need to add some more validation logic around registrations (and tests) for this to be complete.

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.

User Accounts
1 participant