Browse Source
* Add email validation to reset password form * Revert extracting CSS file by default since it messes with tests * Add label to change password * Error summary should be above titlepull/130/head
Daniel Baark
3 years ago
committed by
GitHub
7 changed files with 39 additions and 10 deletions
@ -0,0 +1,5 @@
|
||||
module Helpers::Email |
||||
def email_valid?(email) |
||||
email =~ URI::MailTo::EMAIL_REGEXP |
||||
end |
||||
end |
Loading…
Reference in new issue