1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-07-25 23:45:05 +02:00

Merge branch 'master' into problem-count

This commit is contained in:
2015-09-09 16:14:48 +02:00
6 changed files with 110 additions and 104 deletions

View File

@@ -7,4 +7,4 @@
admin:
email: admin@example.com
encrypted_password: <%= Devise.bcrypt(Admin, 'password') %>
encrypted_password: <%= Devise::Encryptor.digest(Admin, 'password') %>