Sha256: be5bdd13a76c2e6f9bc72bae5929de894552b79780432e597c1eb412ee41d78c

Contents?: true

Size: 1.66 KB

Versions: 27

Compression:

Stored size: 1.66 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

27 entries across 27 versions & 1 rubygems

Version Path
authpds-0.2.0 test/fixtures/users.yml
authpds-0.1.2 test/fixtures/users.yml
authpds-0.1.1 test/fixtures/users.yml
authpds-0.1.0 test/fixtures/users.yml
authpds-0.0.23 test/fixtures/users.yml
authpds-0.0.22 test/fixtures/users.yml
authpds-0.0.21 test/fixtures/users.yml
authpds-0.0.20 test/fixtures/users.yml
authpds-0.0.19 test/fixtures/users.yml
authpds-0.0.18 test/fixtures/users.yml
authpds-0.0.17 test/fixtures/users.yml
authpds-0.0.16 test/fixtures/users.yml
authpds-0.0.15 test/fixtures/users.yml
authpds-0.0.14 test/fixtures/users.yml
authpds-0.0.13 test/fixtures/users.yml
authpds-0.0.12 test/fixtures/users.yml
authpds-0.0.11 test/fixtures/users.yml
authpds-0.0.10 test/fixtures/users.yml
authpds-0.0.9 test/fixtures/users.yml
authpds-0.0.8 test/fixtures/users.yml