E1845 Issues Related to Security: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:


:- Super_administrator2 : ''password''
:- Super_administrator2 : ''password''
== User Deletion ==
The majority of the project was related to solving issues regarding the deletion of Administrator and Instructor accounts.
Administrator and Instructor both inherit behavior from User but are handled and deleted in different codepaths. Furthermore, properties are used on a User that aren't on an Administrator, such as team ids or course associations.

Revision as of 15:17, 31 October 2018

The scope of this project was to sort out issues related to roles and user accounts on the Expertiza system.


Testing

In order to test all functionality, a super-administrator account is needed. The following account can be used in a standard Expertiza deployment:

- Super_administrator2 : password

User Deletion

The majority of the project was related to solving issues regarding the deletion of Administrator and Instructor accounts. Administrator and Instructor both inherit behavior from User but are handled and deleted in different codepaths. Furthermore, properties are used on a User that aren't on an Administrator, such as team ids or course associations.