Skip to content

Instantly share code, notes, and snippets.

@bval
Created January 6, 2011 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bval/768593 to your computer and use it in GitHub Desktop.
Save bval/768593 to your computer and use it in GitHub Desktop.
sfGuardUser:
sgu_admin:
username: admin
password: Client2009
is_super_admin: true
cwage:
username: cwage
password: changeme
first_name: Chris
last_name: Wage
is_super_admin: true
email_address: cwage@centresource.com
wacuff:
username: wacuff
password: changeme
first_name: Will
last_name: Acuff
is_super_admin: true
email_address: wacuff@centresource.com
employee1:
username: employee1
password: changeme
first_name: Joe
last_name: Schmoe
email_address: jschmoe@centresource.com
employee2:
username: employee2
password: changeme
first_name: Jill
last_name: Schmill
email_address: jschmill@centresource.com
sfGuardPermission:
sgp_admin:
name: admin
description: Administrator permission
sfGuardGroup:
sgg_admin:
name: admin
description: Administrator group
sfGuardGroupPermission:
sggp_admin:
Group: sgg_admin
Permission: sgp_admin
sfGuardUserGroup:
sgug_admin:
Group: sgg_admin
User: sgu_admin
Employee:
employee1:
start_date: 7-4-2004
User: employee1
Department: ops
employee2:
start_date: 7-4-2004
User: employee2
Department: ops
Manager:
manager_cwage:
start_date: 7-4-2004
User: cwage
Department: ops
manager_wacuff:
start_date: 7-4-2004
User: wacuff
Department: ops
Department:
dev:
title: Development
Manager: manager_cwage
ops:
title: Operations
Manager: manager_wacuff
foo:
title: Butt
Manager: manager_cwage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment