From 708b9a7430e4d15a8fc1eb049739050936962363 Mon Sep 17 00:00:00 2001 From: Samriddhi620 <73621618+Samriddhi620@users.noreply.github.com> Date: Sat, 23 Oct 2021 17:31:59 -0700 Subject: [PATCH] Update Password-Generator.md --- Projects/2-Intermediate/Password-Generator.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Projects/2-Intermediate/Password-Generator.md b/Projects/2-Intermediate/Password-Generator.md index 586660c3..f157c1c3 100644 --- a/Projects/2-Intermediate/Password-Generator.md +++ b/Projects/2-Intermediate/Password-Generator.md @@ -2,7 +2,7 @@ **Tier:** 2-Intermediate -Generate passwords based on certain characteristics selected by the user. +Generate unique passwords based on certain characteristics selected by the user. ## User Stories @@ -10,6 +10,7 @@ Generate passwords based on certain characteristics selected by the user. - [ ] User can select one or multiple of the following: `Include uppercase letters`, `Include lowercase letters`, `Include numbers`, `Include symbols` - [ ] By clicking the `Generate password` button, the user can see a password being generated - [ ] User can click a `Copy to clipboard` button which will save the password to the clipboard +- [ ] User can add additional features to password at the end or at the starting to make their password long and unique. ## Bonus features