We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d374078 commit 4f0d95dCopy full SHA for 4f0d95d
1 file changed
config/initializers/devise.rb
@@ -101,7 +101,7 @@
101
# config.password_length = 6..128
102
103
# Regex to use to validate the email address
104
- # config.email_regexp = /\A([\w\.%\+\-]+)@([\w\-]+\.)+([\w]{2,})\z/i
+ config.email_regexp = /([\w\.%\+\-]+)@([\w\-]+\.)+([\w]{2,})/i
105
106
# ==> Configuration for :timeoutable
107
# The time you want to timeout the user session without activity. After this
0 commit comments