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

Milestone 9: Add Devise #9

Merged
merged 19 commits into from
Aug 25, 2022
Merged

Milestone 9: Add Devise #9

merged 19 commits into from
Aug 25, 2022

Conversation

topeogunleye
Copy link
Owner

@topeogunleye topeogunleye commented Aug 25, 2022

Milestone 9: Add Devise

In this pull request, I

  • Removed current_user method in ApplicationController, devise will provide us with one.

  • Installed and setup devise:

    • Can register a new user.
    • User logs in with a combination of email and password.
    • Hashed password should be stored in the database.
    • Ask for confirmation of email.
    • Can reset password.

@topeogunleye topeogunleye merged commit 002c0e1 into develop Aug 25, 2022
@topeogunleye topeogunleye deleted the feature/add-devise branch August 26, 2022 13:25
@topeogunleye topeogunleye restored the feature/add-devise branch October 20, 2022 22:31
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.

1 participant