IGS / gEAR

The gEAR Portal was created as a data archive and viewer for gene expression data including microarrays, bulk RNA-Seq, single-cell RNA-Seq and more.
https://umgear.org
GNU Affero General Public License v3.0
13 stars 4 forks source link

gEAR staging: Adding password validation when updating password #800

Open JPReceveur opened 1 month ago

JPReceveur commented 1 month ago

Testing for https://github.com/IGS/gEAR/issues/772 worked as expected.

When updating a password, it does not seem that there are any validation checks for the new password (8+ characters, numbers, cases, etc). Should the same validation used when making an initial password be applied when changing a users password?

jorvis commented 1 month ago

Part of this needs to be abstracting out the password form portion into a component, since it's used in the account creation page, user editing and forgotten password form.