ODM2 / ODM2DataSharingPortal

A Python-Django web application enabling users to upload, share, and display data from their environmental monitoring sites via the app's ODM2 database. Data can either be automatically streamed from Internet of Things (IoT) devices, manually uploaded via CSV files, or manually entered into forms.
BSD 3-Clause "New" or "Revised" License
31 stars 8 forks source link

Add Cognito new password requirements #634

Closed aufdenkampe closed 1 year ago

aufdenkampe commented 1 year ago

My first New password failed, because I didn't have a lowercase character in it.

We might want to add a little text that describes those password criteria.

ptomasula commented 1 year ago

@aufdenkampe

The password requirements appear as the user enters their desired password. Do you think that is sufficient to address this issue?

image

I don't see an option to have those requirements appear statically on the sign-up or sign-on pages within Cognito's setting. We could eventually implement our own sign-up and sign-on pages to replace the built in Cognito ones but probably not in the timeline and remaining funding for initial Cognito integration.