1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-26 18:18:51 +01: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') %>