-
Notifications
You must be signed in to change notification settings - Fork 245
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
Added account confirmation emails for email registrations "fixes #3896" #3903
Conversation
Merge dev to staging
Merge dev into staging
merge staging into master
Pushes development to staging
Pushing staging to master
fixes try method on WET activity views
Pushes develop to staging
Pushing develop to staging
pushes develop to staging
pushes staging to master
pushes develop to staging
pushing staging to production
Pushes development to staging
Pushes FIX code from develop to staging
Pushes staging to production
pushes development to staging
pushes development to staging
pushes develop to staging
pushes staging to production
* Update README.md * March 2022 Update (#3799) * updates promo texts removes casettes * updates gh commits feature * fixes and disables failing features * disables commit count feature * updates welcome mailer * removes Slacj invite job due to deprecated method Co-authored-by: Thomas Ochman <[email protected]> Co-authored-by: Thomas Ochman <[email protected]>
…the :confired_at for existing users and wrote feature spec confirm_user_email.feature
.gitignore
Outdated
@@ -102,8 +102,12 @@ certbot.log | |||
rerun.txt | |||
|
|||
# Ignore VCR | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These lines with "<<<" and "===" mean that there was a merge conflict in your changes.
I don't think this file needs to be modified for this PR, so can you restore it?
README.md
Outdated
``` | ||
|
||
Updating the pages requires the administrator to run the `rake fetch_github:content_for_static_pages` task. | ||
## Walkthroughs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change from an old version of this file? I don't think this file needs to be changed for this PR.
@@ -0,0 +1,5 @@ | |||
class RemoveReconfirmableFromUsers < ActiveRecord::Migration[7.0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this column isn't needed, you can delete the migration that adds it and the one that removes it.
Using devise :confirmable I added email confirmation
Feature spec in features/users/confirm_user_email.feature