Sha256: 86d30a5f7f3df1cd25ae03d8cfa2a562a9ea4840fd5bb9126ffd956574de29fb

Contents?: true

Size: 1.67 KB

Versions: 16

Compression:

Stored size: 1.67 KB

Contents

scot:
  email: scot.dalton@gmail.com
  password_salt: <%= salt = Authlogic::Random.hex_token %>
  crypted_password: <%= Authlogic::CryptoProviders::Sha512.encrypt("scot" + salt) %>
  persistence_token: <%= Authlogic::Random.hex_token %>

ba36:
  id: 1
  password_salt: <%= salt = Authlogic::Random.hex_token %>
  crypted_password: <%= Authlogic::CryptoProviders::Sha512.encrypt("ba36" + salt) %>
  persistence_token: <%= Authlogic::Random.hex_token %>
  username: ba36
  email: barnaby.alter@nyu.edu
  firstname: Barnaby
  lastname: Alter
  user_attributes: <%= {
    :nyuidn => "N18158418", 
    :verification => "6EAF453D8B01E5AC27D9",
    :bor_status => "51",
    :aleph_permissions => {} }.to_yaml.inspect  %>
# std5:
#   password_salt: <%#= salt = Authlogic::Random.hex_token %>
#   crypted_password: <%#= Authlogic::CryptoProviders::Sha512.encrypt("std5" + salt) %>
#   persistence_token: <%#= Authlogic::Random.hex_token %>
#   username: std5
#   email: scot.dalton@nyu.edu
#   firstname: Scot
#   lastname: Dalton
#   user_attributes: <%#= {
#     :nyuidn => "N12162279", 
#     :verification => "d4465aacaa645f2164908cd4184c09f0",
#     :bor_status => "51",
#     :aleph_permissions => {} }.to_yaml.inspect  %>

st75:
  id: 3
  password_salt: <%= salt = Authlogic::Random.hex_token %>
  crypted_password: <%= Authlogic::CryptoProviders::Sha512.encrypt("st75" + salt) %>
  persistence_token: <%= Authlogic::Random.hex_token %>
  username: st75
  email: sydney.thompson@nyu.edu
  firstname: Sydney Leigh
  lastname: Thompson
  user_attributes: <%= {
    :nyuidn => "N10450419", 
    :verification => "A64C45148D130E78D8AA",
    :bor_status => "50",
    :aleph_permissions => {} }.to_yaml.inspect  %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
authpds-1.1.5 test/fixtures/users.yml
authpds-1.1.4 test/fixtures/users.yml
authpds-1.1.3 test/fixtures/users.yml
authpds-1.1.2 test/fixtures/users.yml
authpds-1.1.1 test/fixtures/users.yml
authpds-1.1.0 test/fixtures/users.yml
authpds-1.0.0 test/fixtures/users.yml
authpds-0.2.9 test/fixtures/users.yml
authpds-0.2.8 test/fixtures/users.yml
authpds-0.2.7 test/fixtures/users.yml
authpds-0.2.6 test/fixtures/users.yml
authpds-0.2.5 test/fixtures/users.yml
authpds-0.2.4 test/fixtures/users.yml
authpds-0.2.3 test/fixtures/users.yml
authpds-0.2.2 test/fixtures/users.yml
authpds-0.2.1 test/fixtures/users.yml