- Timestamp:
- 07/20/10 12:01:58 (22 months ago)
- Location:
- sandboxes/asandbox/trunk
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
data/fixtures/demo_admin_user.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sandboxes/asandbox/trunk
- Property svn:mergeinfo changed
/sandboxes/asandbox/branches/1.4 (added) merged: 1731
- Property svn:mergeinfo changed
-
sandboxes/asandbox/trunk/data/fixtures/demo_admin_user.yml
r756 r1803 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

