-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Remove Authlogic deprecation warning for email validation #5125
Labels
Comments
cesswairimu
added
the
first-timers-only
They need to be well-formatted using the First-timers_Issue_Template.
label
Mar 17, 2019
58 tasks
Alright, thanks! |
This was referenced Mar 17, 2019
Closed
5 tasks
5 tasks
grvsachdeva
pushed a commit
that referenced
this issue
Mar 18, 2019
* Remove Authlogic deprecation warning for email validation (#5125) * Update 'user with wrong email' test * Update 'user with wrong email' test Assert doesn't use an hard-coded number of errors anymore
icarito
pushed a commit
to icarito/plots2
that referenced
this issue
Apr 9, 2019
* Remove Authlogic deprecation warning for email validation (publiclab#5125) * Update 'user with wrong email' test * Update 'user with wrong email' test Assert doesn't use an hard-coded number of errors anymore
SrinandanPai
pushed a commit
to SrinandanPai/plots2
that referenced
this issue
May 5, 2019
* Remove Authlogic deprecation warning for email validation (publiclab#5125) * Update 'user with wrong email' test * Update 'user with wrong email' test Assert doesn't use an hard-coded number of errors anymore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Main issue #4624
created specifically for @CubikMan47
🤔 What you will need to know.
Nothing. This issue is meant to welcome you to Open Source :) We are happy to walk you through the process.
📋 Step by Step
Problem:
There is this Authlogic deprecation warning currently
📝 Update:
validates :email, format: { with: URI::MailTo::EMAIL_REGEXP }
after https://github.com/publiclab/plots2/blob/master/app/models/user.rb#L35After changing run the tests and make sure the deprecation warning is gone.
💾 Commit your changes
🔀 Start a Pull Request. There are two ways how you can start a pull request:
If you are familiar with the terminal or would like to learn it, here is a great tutorial on how to send a pull request using the terminal.
You can also edit files directly in your browser and open a pull request from there.
🤔❓ Questions?
Leave a comment below!
The text was updated successfully, but these errors were encountered: