Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.69.17.27
Cant Read [ /etc/named.conf ]
7.4.33
aja
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
aja /
public_html /
ead /
enrol /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
add_to_group.feature
1.53
KB
-rw-r--r--
behat_enrol.php
4.34
KB
-rw-r--r--
enrol_user.feature
1013
B
-rw-r--r--
role_visibility.feature
1.94
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : role_visibility.feature
@core @core_enrol Feature: Test role visibility for the participants page In order to control access As an admin I need to control which roles can see each other Background: Add a bunch of users Given the following "courses" exist: | fullname | shortname | | Course 1 | C1 | And the following "users" exist: | username | firstname | lastname | email | | learner1 | Learner | 1 | learner1@example.com | | teacher1 | Teacher | 1 | teacher1@example.com | | manager1 | Manager | 1 | manager1@example.com | And the following "course enrolments" exist: | user | course | role | | learner1 | C1 | student | | teacher1 | C1 | editingteacher | | manager1 | C1 | manager | Scenario: Check the default roles are visible Given I log in as "manager1" And I am on "Course 1" course homepage When I navigate to "Users > Enrolled users" in current page administration Then "Learner 1" row "Roles" column of "participants" table should contain "Student" And "Teacher 1" row "Roles" column of "participants" table should contain "Teacher" And "Manager 1" row "Roles" column of "participants" table should contain "Manager" And I should not see "No Roles" in the "table#participants" "css_element" Scenario: Do not allow managers to view any roles but manager and check they are hidden Given I log in as "teacher1" And I am on "Course 1" course homepage When I navigate to "Users > Enrolled users" in current page administration Then "Learner 1" row "Roles" column of "participants" table should contain "Student" And "Teacher 1" row "Roles" column of "participants" table should contain "Teacher" And "Manager 1" row "Roles" column of "participants" table should not contain "Manager" And "Manager 1" row "Roles" column of "participants" table should contain "No roles"
Close