Feature: 0002 - Very first settings
Description: In order to use the product
As the admin user
I want to create the organisation, the first users and set the HTTP proxy
File name: srv_first_settings.feature
Relative path: core/srv_first_settings.feature
When
I follow the left menu "Users > User List > Active"
00:00:00.219
And
I follow "Create User"
00:00:00.606
And
I enter "testing" as "login"
00:00:00.060
And
I enter "testing" as "desiredpassword"
00:00:00.061
And
I enter "testing" as "desiredpasswordConfirm"
00:00:00.065
And
I select "Mr." from "prefix"
00:00:00.058
And
I enter "Test" as "firstNames"
00:00:00.062
And
I enter "User" as "lastName"
00:00:00.059
And
I enter "galaxy-noise@localhost" as "email"
00:00:00.077
And
I click on "Create Login"
00:00:03.401
Then
I should see a "Account testing created, login information sent to galaxy-noise@localhost" text
00:00:00.073
And
I should see a "testing" link
00:00:00.012
When
I follow the left menu "Users > User List > Active"
00:00:00.079
And
I follow "testing"
00:00:00.568
And
I check "role_org_admin"
00:00:00.090
And
I check "role_system_group_admin"
00:00:00.085
And
I check "role_channel_admin"
00:00:00.083
And
I check "role_activation_key_admin"
00:00:00.084
And
I check "role_config_admin"
00:00:00.087
And
I click on "Update"
00:00:01.114
Then
I should see a "User information updated" text
00:00:00.079
And
I should see a "testing" text
00:00:00.079
When
I follow the left menu "Admin > Setup Wizard > HTTP Proxy"
0s
Then
I should see a "HTTP Proxy Hostname" text
0s
And
I should see a "HTTP Proxy Username" text
0s
And
I should see a "HTTP Proxy Password" text
0s
When
I enter the address of the HTTP proxy as "HTTP Proxy Hostname"
0s
And
I enter "suma3" as "HTTP Proxy Username"
0s
And
I enter "P4$$w/ord With%and&" as "HTTP Proxy Password"
0s
And
I click on "Save and Verify"
0s
Then
HTTP proxy verification should have succeeded
0s
* Mon Apr 27 2026 Marek Czernek- BDSA-2025-60810: Harden Tornado from invalid HTTP reason phrases - Read full URI from ldap pillar config (bsc#1254900) - Added: * bdsa-2025-60810-harden-against-invalid-http-reason-p.patch * read-full-uri-from-ldap-pillar-config-753.patch * Tue Apr 14 2026 Marek Czernek - Fix testsuite failures - Added: * fix-test-failures-754.patch * Tue Mar 17 2026 Victor Zhestkov - Backport security patch for Salt vendored tornado (bsc#1259554): * CVE-2026-31958: Add limits on multipart form data parsing