We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbf8ca commit 04e2b53Copy full SHA for 04e2b53
test/db_test_base.py
@@ -2571,6 +2571,8 @@ def stdoutwrite(s):
2571
' User may retire everything (Retire)\n',
2572
' User may view everything (View)\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',
2576
' User may manipulate user Roles through the web (Web Roles)\n',
2577
' User may use the email interface (Email Access)\n',
2578
'Role "anonymous":\n', 'Role "user":\n',
0 commit comments