update git environment

This commit is contained in:
2013-10-30 13:01:59 +01:00
parent b5a84a2858
commit c8fb2ab069
6 changed files with 6 additions and 156 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ Devise.setup do |config|
# Configure the e-mail address which will be shown in Devise::Mailer,
# note that it will be overwritten if you use your own mailer class
# with default "from" parameter.
config.mailer_sender = 'please-change-me-at-config-initializers-devise@example.com'
config.mailer_sender = 'service@qwaiter.com'
# Configure the class responsible to send e-mails.
# config.mailer = 'Devise::Mailer'
@@ -138,7 +138,7 @@ Devise.setup do |config|
# ==> Configuration for :validatable
# Range for password length. Default is 8..128.
config.password_length = 8..128
config.password_length = 6..30
# Email regex used to validate email formats. It simply asserts that
# one (and only one) @ exists in the given string. This is mainly