18 lines
610 B
YAML
18 lines
610 B
YAML
|
quentin:
|
||
|
id: 1
|
||
|
login: olivier
|
||
|
email: olivier@example.com
|
||
|
salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd
|
||
|
crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test
|
||
|
created_at: <%= 5.days.ago.to_s :db %>
|
||
|
activation_code: 8f24789ae988411ccf33ab0c30fe9106fab32e9b
|
||
|
activated_at: <%= 5.days.ago.to_s :db %>
|
||
|
aaron:
|
||
|
id: 2
|
||
|
login: christian
|
||
|
email: christian@example.com
|
||
|
salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd
|
||
|
crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test
|
||
|
created_at: <%= 1.days.ago.to_s :db %>
|
||
|
activation_code: 8f24789ae988411ccf33ab0c30fe9106fab32e9a
|