Task #24275
Create Security Class/Methods
Start date:
04/06/2020
Due date:
% Done:
0%
Estimated time:
Description
Create the security class and/or methods used to verify the user's login and what components a user has access to
-- All active users in the users table will have read/only permission by default.
-- We will at least need:
---- method which returns TRUE if user can edit component
---- method which returns TRUE if user is an admin.
History
#1 Updated by Vladimir Podstavkov 9 months ago
- Target version changed from v1.0 to v0.1
#2 Updated by Vladimir Podstavkov 9 months ago
- Status changed from New to Accepted