- Timestamp:
- 07/12/10 12:10:49 (23 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
sandboxes/asandbox/branches/1.4/data/fixtures/demo_admin_user.yml
r756 r1731 1 # Two users by default: a superadmin (we suggest reserving this account for developer use and 2 # removing it at production launch) and an admin (a member of the admin group). We suggest 3 # giving the latter account to the client. Out of the box, Apostrophe's group 4 # dashboard isn't of much use to a client admin (it will be in 1.5) and the permissions 5 # dashboard is just plain dangerous, so we show only the users dashboard to regular admins 6 1 7 sfGuardUser: 8 sgu_superadmin: 9 username: superadmin 10 password: demo 11 is_super_admin: true 2 12 sgu_admin: 3 13 username: admin 4 14 password: demo 5 is_super_admin: true 15 sfGuardUserGroup: 16 sgug_admin_admin: 17 sfGuardUser: sgu_admin 18 sfGuardGroup: sfGuardGroup_admin

