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

Added account confirmation emails for email registrations "fixes #3896" #3903

Closed
wants to merge 39 commits into from
Closed

Conversation

wordhouse66
Copy link
Contributor

Using devise :confirmable I added email confirmation

Feature spec in features/users/confirm_user_email.feature

aonomike and others added 30 commits December 14, 2020 20:20
Pushes development to staging
fixes try method on WET activity views
pushing staging to production
Pushes development to staging
Pushes FIX code from develop to staging
pushes development to staging
pushes development to staging
* 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
Copy link
Collaborator

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
Copy link
Collaborator

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]
Copy link
Collaborator

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.

@wordhouse66 wordhouse66 closed this by deleting the head repository Dec 2, 2023
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.

4 participants