Test "sign in"

This commit is contained in:
2023-04-12 23:23:37 +02:00
parent 51985bc88e
commit 3f2a92a6e5
7 changed files with 24 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
admin:
email: admin@dev27.fixin.me
status: admin
encrypted_password: <%= Devise::Encryptor.digest(User, 'admin') %>