Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/initializers/8_devise.rb')
-rw-r--r--config/initializers/8_devise.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/8_devise.rb b/config/initializers/8_devise.rb
index 3cac012c2f7..65314c4472f 100644
--- a/config/initializers/8_devise.rb
+++ b/config/initializers/8_devise.rb
@@ -184,7 +184,7 @@ Devise.setup do |config|
# :authlogic_sha512 (then you should set stretches above to 20 for default behavior)
# and :restful_authentication_sha1 (then you should set stretches to 10, and copy
# REST_AUTH_SITE_KEY to pepper)
- # config.encryptor = :sha512
+ config.encryptor = :pbkdf2_sha512
# Authentication through token does not store user in session and needs
# to be supplied on each request. Useful if you are using the token as API token.