Sha256: fe4c1910930ed79f7a7baaeac9d888cdae4184c49bb2f85e9c6f70bf6ed4bb87

Contents?: true

Size: 1.01 KB

Versions: 16

Compression:

Stored size: 1.01 KB

Contents

ben:
  company: binary_logic
  projects: web_services
  login: bjohnson
  password_salt: <%= salt = User.unique_token %>
  crypted_password: <%= Authlogic::CryptoProviders::Sha512.encrypt("benrocks" + salt) %>
  persistence_token: 6cde0674657a8a313ce952df979de2830309aa4c11ca65805dd00bfdc65dbcc2f5e36718660a1d2e68c1a08c276d996763985d2f06fd3d076eb7bc4d97b1e317
  single_access_token: <%= User.friendly_unique_token %>
  perishable_token: <%= User.friendly_unique_token %>
  email: bjohnson@binarylogic.com
  first_name: Ben
  last_name: Johnson
  
zack:
  company: logic_over_data
  projects: web_services
  login: zham
  password_salt: <%= salt = User.unique_token %>
  crypted_password: <%= Authlogic::CryptoProviders::Sha512.encrypt("zackrocks" + salt) %>
  persistence_token: fd3c2d5ce09ab98e7547d21f1b3dcf9158a9a19b5d3022c0402f32ae197019fce3fdbc6614d7ee57d719bae53bb089e30edc9e5d6153e5bc3afca0ac1d320342
  single_access_token: <%= User.friendly_unique_token %>
  email: zham@ziggityzack.com
  first_name: Zack
  last_name: Ham

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
authlogic-1.3.1 test/fixtures/users.yml
authlogic-1.2.2 test/fixtures/users.yml
authlogic-1.3.0 test/fixtures/users.yml
authlogic-1.2.1 test/fixtures/users.yml
authlogic-1.3.2 test/fixtures/users.yml
authlogic-1.3.8 test/fixtures/users.yml
authlogic-1.3.9 test/fixtures/users.yml
authlogic-1.4.0 test/fixtures/users.yml
authlogic-1.4.1 test/fixtures/users.yml
authlogic-1.3.5 test/fixtures/users.yml
authlogic-1.3.3 test/fixtures/users.yml
authlogic-1.3.4 test/fixtures/users.yml
authlogic-1.3.6 test/fixtures/users.yml
authlogic-1.3.7 test/fixtures/users.yml
authlogic-1.4.3 test/fixtures/users.yml
authlogic-1.4.2 test/fixtures/users.yml