frankcollins3 / fill_container

codecamp team project updated with new icon screen menu + puppeteer icon search, GraphQL, redux, relational psql !mongo, and accuweatherAPI
1 stars 0 forks source link

handler for incorrect login x3+ times [2:17am] #217

Open frankcollins3 opened 1 year ago

frankcollins3 commented 1 year ago

bookmarking how unacknowledged the user would be if they could keep logging in unsuccessfully without a change in response

// the login in my eyes seems pretty simple and nice and I dont want to do anything obnoxious to diminish the easy-goingness of UI

frankcollins3 commented 1 year ago

bookmarking a little assessment I provided to chat:

Screen Shot 2023-06-14 at 2 29 08 AM

Screen Shot 2023-06-14 at 2 29 29 AM

it picks up on context pretty quickly.

I first thought of the idea too that it returned: bucket.png, shark.png, dolphin.png, turtle.png, hand.png, water_drop.png pick the water drop and succeed. if not user fails captcha and something else.

ultimately i decided on:

Screen Shot 2023-06-14 at 2 36 59 AM

Screen Shot 2023-06-14 at 2 36 52 AM

putting just these 2 images in a circle and have one circle be the filled blue drop. click the blue drop. no other images besides filled and empty water droplets.

wanted a captcha for the app but also wanted to make it an npm i package. The other apps used the captcha during signup no matter what.

now the captcha will only come about during unsuccessful login attempt.

bookmarking that I might have it come up during the first unsuccessful login attempt because if its nice looking dont want to hide it away through logic that the user is more unlikely to meet than not. like 3x unsuccessful login

[2:39pm]

frankcollins3 commented 1 year ago

also considering doing account recovery: 1x unsuccessful login attempt: captcha to display its hopefully catchy UI 3x unsuccessful login attempt. email to the user to unlock account which will probably drive them to signup again

but would be a cool feature

[2:41am]