Mercurial > p > roundup > code
comparison test/db_test_base.py @ 5880:e9221d8ad3ba
Fix admin security role test; missing new permisions.
Added rest and xmlrpc access roles.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 28 Sep 2019 00:05:40 -0400 |
| parents | 1b57d8f3eb97 |
| children | 491fdb189a12 |
comparison
equal
deleted
inserted
replaced
| 5879:94a7669677ae | 5880:e9221d8ad3ba |
|---|---|
| 2569 ' User may edit everything (Edit)\n', | 2569 ' User may edit everything (Edit)\n', |
| 2570 ' User may restore everything (Restore)\n', | 2570 ' User may restore everything (Restore)\n', |
| 2571 ' User may retire everything (Retire)\n', | 2571 ' User may retire everything (Retire)\n', |
| 2572 ' User may view everything (View)\n', | 2572 ' User may view everything (View)\n', |
| 2573 ' User may access the web interface (Web Access)\n', | 2573 ' User may access the web interface (Web Access)\n', |
| 2574 ' User may access the rest interface (Rest Access)\n', | |
| 2575 ' User may access the xmlrpc interface (Xmlrpc Access)\n', | |
| 2574 ' User may manipulate user Roles through the web (Web Roles)\n', | 2576 ' User may manipulate user Roles through the web (Web Roles)\n', |
| 2575 ' User may use the email interface (Email Access)\n', | 2577 ' User may use the email interface (Email Access)\n', |
| 2576 'Role "anonymous":\n', 'Role "user":\n', | 2578 'Role "anonymous":\n', 'Role "user":\n', |
| 2577 ' User is allowed to access msg (View for "msg" only)\n', | 2579 ' User is allowed to access msg (View for "msg" only)\n', |
| 2578 ' Prevent users from seeing roles (View for "user": [\'username\', \'supervisor\', \'assignable\'] only)\n']) | 2580 ' Prevent users from seeing roles (View for "user": [\'username\', \'supervisor\', \'assignable\'] only)\n']) |
