Changes between Version 50 and Version 51 of Modules/Auth
- Timestamp:
- 2011-01-22T12:55:21+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Modules/Auth
v50 v51 1 1 == Authentication and Authorization module == 2 2 [[TOC()]] 3 The AuthModule is setup to provide 4 * user registration and login 5 * an adminstration panel to group users and set user/group permissions (a.k.a class level security). 6 * enable users to specify per object if they want to share (a.k.a. row-level security) 3 7 4 8 5 Details: 6 ||summary: || 7 Provide user registration and login, an adminstration panel to group users and set user/group permissions (a.k.a class level security) and enable users to specify per object if they want to share (a.k.a. row-level security)|| 9 8 ||status: ||alpha || 10 9 ||source: ||http://www.molgenis.org/browser/gcc/trunk/handwritten/java/plugins/auth ||