Skip to content

Instantly share code, notes, and snippets.

@cwage
Created January 6, 2011 17:33
Show Gist options
  • Save cwage/768230 to your computer and use it in GitHub Desktop.
Save cwage/768230 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
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:
cwage:
start_date: 8/1/2003
User: cwage
Department: ops
wacuff:
start_date: 7/4/2004
User: wacuff
Department: dev
Department:
ops:
title: Operations
Manager: cwage
dev:
title: Development
Manager: wacuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment