-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
hacktoberfestHacktoberfest 2023Hacktoberfest 2023
Description
This issue should be resolved by creating handleGeneratePassword that:
if
not includeUpperCase and not includeLowerCase and not includeNumbers and not includeSymbols
then notify error
else
let characterList = ""
if includeNumbers is true
characterList = characterList + numbers
if includeUpperCase is true
characterList = characterList + upperCaseLetters
.
.
.
Set Password createPassword pass characterList
notify
Metadata
Metadata
Assignees
Labels
hacktoberfestHacktoberfest 2023Hacktoberfest 2023