THANK YOU!!!.  I know this thread is old but it is extremely helpful.  I 
searched the google-net for hours looking for a way to get around the 
stupid email verification.

This was a time saver.  Thanks for the post

On Wednesday, February 27, 2013 at 2:56:31 PM UTC-5, Peter Boughton wrote:
>
> Well I figured it out on my own. 
>
> I found a regex in this file: 
>     gitlab/vendor/bundle/ruby/1.9.1/gems/devise-2.1.2/lib/devise.rb 
>
> Line 89. 
>
> Modified from: 
>     @@email_regexp = /\A[^@]+@([^@\.]+\.)+[^@\.]+\z/ 
>
> to: 
>     @@email_regexp = /\A[^@]+@[^@]+\z/ 
>
>
> I then removed this file: 
>     gitlab/vendor/bundle/ruby/1.9.1/gems/cache/devise-2.1.2.gem 
>
> Restarted the GitLab service with `sudo /etc/init.d/gitlab restart` 
>
> And now the stupid . is no longer required. Hooray. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/e709a274-15c0-4f8f-8510-ee10e834eebe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to