diff --git a/content/first-boot/set-password.md b/content/first-boot/set-password.md new file mode 100644 index 0000000..7e0d1ce --- /dev/null +++ b/content/first-boot/set-password.md @@ -0,0 +1,13 @@ +## Set a password + +We are now entering a password to secure our user account created in the previous step. + +![Set a password](../images/first-boot/set-password.png) + +We recommend using a strong password that is: + +- 8 characters or more. +- A mix of lowercase, uppercase, and numbers. +- Optionally punctuation. + +As your password gets strong, the green progress bar fills up. So long as one green section is filled and your passwords match, you can click Next. But you should have it be as strong as possible! \ No newline at end of file diff --git a/content/images/first-boot/set-password.png b/content/images/first-boot/set-password.png new file mode 100644 index 0000000..bafda38 Binary files /dev/null and b/content/images/first-boot/set-password.png differ