Changes between Version 5 and Version 6 of iPeerSecurity


Ignore:
Timestamp:
2010-06-16T22:37:28Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerSecurity

    v5 v6  
    1717                        }
    1818}}}
    19 === Users_controller ===
    20 Each potentialy sensitive method in users_controller checks the user role agains 'S' (or Student). If a Student should not be able to access this function, they are re-directed away from the page. If any other user type is logged on, the requested action will proceed.
     19=== Users_controller, evaluations_controller, and some others ===
     20Each potentially sensitive method in users_controller checks the user role against 'S' (or Student). If a Student should not be able to access this function, they are re-directed away from the page. If any other user type is logged on, the requested action will proceed.
    2121{{{
    2222if ($this->rdAuth->role == 'S') {