Created
January 6, 2011 21:13
-
-
Save bval/768593 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [email protected] | |
wacuff: | |
username: wacuff | |
password: changeme | |
first_name: Will | |
last_name: Acuff | |
is_super_admin: true | |
email_address: [email protected] | |
employee1: | |
username: employee1 | |
password: changeme | |
first_name: Joe | |
last_name: Schmoe | |
email_address: [email protected] | |
employee2: | |
username: employee2 | |
password: changeme | |
first_name: Jill | |
last_name: Schmill | |
email_address: [email protected] | |
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