Advertisement
Guest User

Untitled

a guest
Apr 26th, 2011
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.86 KB | None | 0 0
  1. // user_profile
  2.   sfGuardUserProfile_24:
  3.     User: sfGuardUser_31
  4.     email_new: null
  5.     firstname: test
  6.     lastname: name
  7.     city: ''
  8.     validate_at: null
  9.     validate: null
  10.     created_at: '2011-04-21 14:51:48'
  11.     updated_at: '2011-04-21 15:14:15'
  12.  
  13. //sf_guard_user
  14.   sfGuardUser_31:
  15.     email_address: testthis@yo.com
  16.     username: testing
  17.     algorithm: sha1
  18.     salt: 21c08dfa111d5b8c3130fe204a388b19
  19.     password: 2121a924c8998af28295a66be1326e69ef2a5054
  20.     is_active: true
  21.     is_super_admin: false
  22.     last_login: null
  23.     created_at: '2011-04-21 14:51:48'
  24.     updated_at: '2011-04-21 15:12:12'
  25.  
  26. // profile?
  27.   profile_31:
  28.     User: sfGuardUser_31
  29.     email_new: null
  30.     firstname: test
  31.     lastname: name
  32.     city: ''
  33.     validate_at: null
  34.     validate: null
  35.     created_at: '2011-04-21 14:51:48'
  36.     updated_at: '2011-04-21 15:14:15'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement