Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Generate Password in App.js #12

Open
warrenferns opened this issue Oct 8, 2023 · 1 comment
Open

Handle Generate Password in App.js #12

warrenferns opened this issue Oct 8, 2023 · 1 comment
Labels
hacktoberfest Hacktoberfest 2023

Comments

@warrenferns
Copy link
Member

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

@warrenferns warrenferns added the hacktoberfest Hacktoberfest 2023 label Oct 8, 2023
@rituraj12797
Copy link

can i work on this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Hacktoberfest 2023
Projects
None yet
Development

No branches or pull requests

2 participants