Sha256: dae44fa11d1370362696f51700db1eff2792de97cafecd2c22cdabc7bdd2ada5
Contents?: true
Size: 1.2 KB
Versions: 25
Compression:
Stored size: 1.2 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: # id: 2 # 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 %>
Version data entries
25 entries across 25 versions & 1 rubygems