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.70.131.216
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 /
user /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
add_blocks.feature
865
B
-rw-r--r--
addnewuser.feature
827
B
-rw-r--r--
behat_user.php
3.19
KB
-rw-r--r--
bulk_editenrolment.feature
2.93
KB
-rw-r--r--
bulk_message.feature
1.49
KB
-rw-r--r--
course_preference.feature
1.47
KB
-rw-r--r--
custom_profile_fields.feature
10.78
KB
-rw-r--r--
delete_users.feature
4.62
KB
-rw-r--r--
edit_user_enrolment.feature
6.83
KB
-rw-r--r--
edit_user_roles.feature
1.62
KB
-rw-r--r--
edituserpassword.feature
2.38
KB
-rw-r--r--
enrol_cohort_list.feature
2.23
KB
-rw-r--r--
filter_idnumber.feature
3.18
KB
-rw-r--r--
filter_participants.feature
46.51
KB
-rw-r--r--
filter_participants_showall.fe...
6.73
KB
-rw-r--r--
full_name_display.feature
4.68
KB
-rw-r--r--
hidden_user_fields.feature
2.09
KB
-rw-r--r--
input-purpose.feature
2
KB
-rw-r--r--
name_fields.feature
3.02
KB
-rw-r--r--
participants_in_group_modes.fe...
9.9
KB
-rw-r--r--
reset_page.feature
915
B
-rw-r--r--
set_default_homepage.feature
2.54
KB
-rw-r--r--
set_email_display.feature
3.25
KB
-rw-r--r--
table_column_visibility.featur...
2.44
KB
-rw-r--r--
table_sorting.feature
3
KB
-rw-r--r--
user_grade_navigation.feature
4.61
KB
-rw-r--r--
view_full_profile.feature
5.15
KB
-rw-r--r--
view_participants.feature
15.19
KB
-rw-r--r--
view_participants_groups.featu...
3.38
KB
-rw-r--r--
view_preferences_page.feature
3.33
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : full_name_display.feature
@core @core_user Feature: Users' names are displayed across the site according to the user policy settings In order to control the way students and teachers see users' names As a teacher or admin I need to be able to configure the name display formats 'fullnamedisplay' and 'alternativefullnameformat' Background: Given the following "users" exist: | username | firstname | lastname | email | middlename | alternatename | firstnamephonetic | lastnamephonetic | | user1 | Grainne | Beauchamp | one@example.com | Ann | Jill | Gronya | Beecham | | user2 | Niamh | Cholmondely | two@example.com | Jane | Nina | Nee | Chumlee | | user3 | Siobhan | Desforges | three@example.com | Sarah | Sev | Shevon | De-forjay | | teacher1 | Teacher | 1 | teacher1@example.com | | | | | And the following "courses" exist: | fullname | shortname | format | | Course 1 | C1 | topics | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | | user1 | C1 | student | | user2 | C1 | student | And the following config values are set as admin: | fullnamedisplay | firstnamephonetic,lastnamephonetic | | alternativefullnameformat | middlename, alternatename, firstname, lastname | Scenario: As a student, 'fullnamedisplay' should be used in the participants list and when viewing my own course profile Given I log in as "user1" And I am on "Course 1" course homepage When I navigate to course participants And I click on "Gronya,Beecham" "link" in the "Gronya,Beecham" "table_row" Then I should see "Gronya,Beecham" in the "region-main" "region" And I log out Scenario: As a student, 'fullnamedisplay' should be used in the participants list and when viewing another user's course profile Given I log in as "user2" And I am on "Course 1" course homepage When I navigate to course participants And I click on "Gronya,Beecham" "link" in the "Gronya,Beecham" "table_row" Then I should see "Gronya,Beecham" in the "region-main" "region" And I log out Scenario: As a teacher, 'alternativefullnameformat' should be used in the participants list but 'fullnamedisplay' used on the course profile Given I log in as "teacher1" And I am on "Course 1" course homepage When I navigate to course participants Then I should see "Ann, Jill, Grainne, Beauchamp" in the "Ann, Jill, Grainne, Beauchamp" "table_row" And I click on "Ann, Jill, Grainne, Beauchamp" "link" in the "Ann, Jill, Grainne, Beauchamp" "table_row" And I should see "Gronya,Beecham" in the "region-main" "region" And I log out Scenario: As an authenticated user, 'fullnamedisplay' should be used in the navigation and when viewing my profile Given I log in as "user1" When I follow "Profile" in the user menu Then I should see "Gronya,Beecham" in the ".usermenu" "css_element" And I should see "Gronya,Beecham" in the ".page-context-header" "css_element" And I should see "You are logged in as Gronya,Beecham" in the "page-footer" "region" And I log out Scenario: As an admin, 'fullnamedisplay' should be used when using the 'log in as' function Given I log in as "admin" When I navigate to "Users > Accounts > Browse list of users" in site administration And I follow "Jane, Nina, Niamh, Cholmondely" And I follow "Log in as" Then I should see "You are logged in as Nee,Chumlee" in the ".usermenu" "css_element" And I should see "You are logged in as Jane, Nina, Niamh, Cholmondely" in the "region-main" "region" And I should see "You are logged in as Nee,Chumlee" in the "page-footer" "region" And I log out Scenario: As an admin, 'fullnamedisplay' should be used when viewing another user's site profile Given I log in as "admin" When I navigate to "Users > Accounts > Browse list of users" in site administration And I follow "Ann, Jill, Grainne, Beauchamp" Then I should see "Gronya,Beecham" in the ".page-header-headings" "css_element" And I log out @javascript Scenario: As a teacher, the 'alternativefullnameformat' should be used when searching for and enrolling a user Given I log in as "teacher1" And I am on "Course 1" course homepage When I navigate to course participants And I press "Enrol users" And I click on "Select users" "field" And I type "three@example.com" Then I should see "Sarah, Sev, Siobhan, Desforges"
Close