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

Require email confirmation for signup #7

Closed
6 tasks done
Tracked by #13
apmwebdev opened this issue Sep 17, 2023 · 0 comments · Fixed by #68
Closed
6 tasks done
Tracked by #13

Require email confirmation for signup #7

apmwebdev opened this issue Sep 17, 2023 · 0 comments · Fixed by #68
Assignees
Labels
auth Authentication flow and logic enhancement New feature or request

Comments

@apmwebdev
Copy link
Owner

apmwebdev commented Sep 17, 2023

This functionality has several pieces:

  • Configure Devise with :confirmable
  • Show confirmation instructions after successful sign-up (check your email, etc.)
  • Allow users to resend the confirmation email. See: #resend_confirmation_instructions
  • Show confirmation status when a user tries to log in with an unconfirmed account
  • Show something on the page that the user gets directed to after confirming their email
  • Redirect users somewhere after they confirm their email

Info:

@apmwebdev apmwebdev added enhancement New feature or request auth Authentication flow and logic labels Sep 17, 2023
@apmwebdev apmwebdev self-assigned this Sep 17, 2023
@apmwebdev apmwebdev modified the milestone: Alpha release Sep 17, 2023
@apmwebdev apmwebdev changed the title Require email confirmation for signup Require email confirmation for signup, email change Oct 1, 2023
@apmwebdev apmwebdev changed the title Require email confirmation for signup, email change Require email confirmation for signup Oct 11, 2023
@apmwebdev apmwebdev mentioned this issue Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth Authentication flow and logic enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant