[BUG] [9.2] [x86_64] Arabic and Russian installers stall on weak password #184
Labels
No Label
priority: critical
priority: high
priority: low
priority: medium
status: abandoned
status: duplicate
status: invalid
status: peer review needed
status: wontfix
tag: content
tag: good first issue
tag: help wanted
test suite
type: bug
type: documentation
type: enhancement
type: maintenance
type: question
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: testing/os-autoinst-distri-rocky-migrated#184
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
Upon supplying a weak password at the user creation spoke, Anaconda prompts the user to click "Done" twice to accept the password.
This issue impacts the following test suites:
install_arabic_language
install_cyrillic_language
To Reproduce
Steps to reproduce the behavior:
openqa-cli api -X POST isos ISO=Rocky-9.2-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=universal VERSIO N=9.2 BUILD=-$(date +%Y%m%d)-main-9.2 TEST=install_arabic_language,install_cyrillic_language
_do_install_and_reboot
on the user creation spoke. An error is displayed on the bottom of the screen in the appropriate language.Expected behavior
Anaconda should only warn about the weak password and not require a second click. If this is desired behavior, we need to modify our tests to handle a second click where necessary.
Screenshots
The failing tests may be seen here:
https://openqa.rockylinux.org/tests/33324#step/_do_install_and_reboot/21
https://openqa.rockylinux.org/tests/33321#step/_do_install_and_reboot/21
Translations of the error:
Additional context
This issue is reproducible locally. It is unclear why this happens only in the Arabic and Russian installers and not in the Japanese, French, or English language installers. Additionally, I was not able to make this work even with a randomly generated 32-character password including upper and lowercase letters, numbers, and multiple symbols.