Changes between Version 307 and Version 308 of Event/2011/GCI
- Timestamp:
- 01/15/12 10:20:34 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Event/2011/GCI
v307 v308 234 234 * This requires installing your own copy of Sahana Eden, since the version running at demo.eden.sahanafoundation.org has security set to the lowest level. When you have Eden installed and have copied the configuration file deployment-templates/models/000_config.py to models/000_config.py, edit your copy of models/000_config.py. Search for and un-comment the line that says "deployment_settings.security.policy = 6". That will set the security level to a high level. 235 235 * How security works is described here: http://eden.sahanafoundation.org/wiki/S3AAA 236 * Create at least two users. The first user you register will be an "administrator". The second user will not have any special privileges. Some modules may have specialized roles so you may need extra users with those roles. Your administrator user can set roles for other users.237 236 * Appropriate modules to work on are those with multiple tables (and thus multiple forms) and where some data is restricted to particular "roles". Some suggested modules are: hms, hsm, org, asset, supply. 238 237 * You'll need to both read the code, to see what roles have permission to do various operations, and try out the various form operations: reading, creating, and editing records. … … 246 245 * Hospital Staff 247 246 * Multiple organizations can use one Eden server. With a high level of security, users are restricted to accessing only data for their organization. This applies to at least the org, asset, and supply modules, so if you're working on those, create two organizations and assign users to each. 248 * An administrator can set roles for other users. Log in as your administrator, go to Administration -> User Management -> Roles 247 * You'll need users to represent each case. 248 * Create at least two users. The first user you register will be an "administrator". The second user will not have any special privileges. Some modules may have specialized roles so you may need extra users with those roles. 249 * An administrator can set roles for other users. Log in as your administrator, go to Administration -> User Management -> Roles 249 250 * For each form in the module, find out what each type of user is allowed to do, i.e. can they... 250 251 * Read a record