improve upon password strnght checking

This commit is contained in:
Lyn Perrine 2025-02-21 16:34:51 -08:00
parent 8309a118bf
commit 5d194b8d27

View File

@ -71,7 +71,7 @@ To move back to Selecting your keyboard layout press the :guilabel:`Back` button
User Setup
----------
The user setup section creates a user profile, consisting of typing your name into the :guilabel:`What is your name?` field. Next type your username in the :guilabel:`What name do you want to use to log in?`. Put what you want your hostname of your computer to be in the :guilabel:`what is the name of this computer?` field. The last thing you need to enter is your password in the :guilabel:`Choose a password to keep your account safe`. Enter your password twice to make sure you have not mistyped it. To the right of your password will have an x if your passwords don't match. If you have a weak password to the right will have an orange triangle saying why your password is weak. Passwords less than 8 characters, containing a sequence like 1234, or based off a simple dictionary word like testing1 are considered weak. If a name can actually be used as a username or hostname a green checkmark will appear to the right of it if you cannot a red x will appear. Pressing the :guilabel:`Next` button will give you a summary screen, showing you the settings before the install begins. Once you have checked the summary click the :guilabel:`Install` button to begin the installation.
The user setup section creates a user profile, consisting of typing your name into the :guilabel:`What is your name?` field. Next type your username in the :guilabel:`What name do you want to use to log in?`. Put what you want your hostname of your computer to be in the :guilabel:`what is the name of this computer?` field. The last thing you need to enter is your password in the :guilabel:`Choose a password to keep your account safe`. Enter your password twice to make sure you have not mistyped it. To the right of your password will have an x if your passwords don't match. If you have a weak password to the right will have an orange triangle saying why your password is weak. Passwords less than 8 characters, containing a sequence like 1234, or based off a simple dictionary word like testing1 are considered weak. If a name can actually be used as a username or hostname a green checkmark will appear to the right of it if you cannot a red x will appear. Pressing the :guilabel:`Next` button will give you a summary screen, showing you the settings before the install begins. Once you have checked the summary click the :guilabel:`Install` button to begin the installation.
.. image:: user_setup.png