-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wizard: add user information step (HMS-4903)
This commit introduces the user information step with the following fields: (*) `userName` field with validation according to Red Hat guidelines: https://access.redhat.com/solutions/30164 (*) `password` field with validation using the pam_pwquality module, which enforces strict password policies for Linux systems. This module enhances security by enforcing minimum length, complexity, and avoiding weak passwords. More info: https://access.redhat.com/solutions/6979714 Validation is configured based on the requirements defined for our systems: https://github.com/osbuild/osbuild-composer/tree/main/test/data/manifests https://github.com/osbuild/images/pkg/distro/rhel/rhel10 (*) `confirm password` field that check if confirm password equal to password (*) `ssh key` field - implement the same validation as we have in edge. [x] [wip> unit tests- in progress because I want to make sure that all new fields are in a good shape.
- Loading branch information
Showing
11 changed files
with
778 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.