Auto-approval and upload fixed
This commit is contained in:
parent
0dd63f6bf6
commit
1b299d53e6
5 changed files with 49 additions and 34 deletions
11
test/fixtures/users.yml
vendored
11
test/fixtures/users.yml
vendored
|
|
@ -17,4 +17,13 @@ normal:
|
|||
provider: local
|
||||
admin: 0
|
||||
encrypted_password: <%= Devise::Encryptor.digest(User, 'normalsecret') %>
|
||||
|
||||
|
||||
debian:
|
||||
name: Detlef Debian
|
||||
created_at: 2018-01-01
|
||||
updated_at: 2018-01-01
|
||||
email: detlef@debian.ork
|
||||
sign_in_count: 0
|
||||
provider: debian-sso
|
||||
admin: 0
|
||||
encrypted_password: <%= Devise::Encryptor.digest(User, 'normalsecret') %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue