Advertisement
Guest User

Untitled

a guest
Oct 26th, 2011
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.44 KB | None | 0 0
  1. role:
  2.   - id: 1
  3.     name: user
  4.  
  5. permission:
  6.   - id: 1
  7.     value: "something"
  8.     role: 1
  9.  
  10. user_entity:
  11.   - id: 1
  12.     name: user
  13.     password_hash: 5iZk5crBxmZ2e4/Xip1Vj3mwW0gcCW3EiOhdz++z9mk=
  14.     password_salt: unGE2pE7BLWVBp6UBIsLgKV3PRpE9mv9DNiVGD3rxA4YKmd83sBLgglZlN2KsbxTyxEaxQvGCJJZ52m+r2b21SdlTUbIshhPLy48lw1vYyB7sL+ynSSjpiTfjTtxI2uMYKf4yAu6Y7O/6yt78coP210kE66+vg1mgIgWzmBSIyY=
  15.  
  16. user_entity_roles:
  17.   - user_entity: 1
  18.     roles: 1
  19.  
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement