Changes between Version 34 and Version 35 of Modules/Auth
- Timestamp:
- 2011-01-22T08:59:34+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Modules/Auth
v34 v35 1 1 == Authentication and Authorization module == 2 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) 2 7 == User stories == 3 8