DISSINET / InkVisitor

An open-source, browser-based front-end application for the collection of complex structured data from textual resources in history and the social sciences into a RethinkDB database for further analysis.
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Auto-generated passwords should be "safe" #2180

Closed adammertel closed 3 weeks ago

adammertel commented 3 months ago

When the admin regenerates a new password, this password does not follow the conditions to be considered safe from the activation window.

The outcome of the /users/${userId}/password PATCH request needs to be updated to fulfill the conditions for a safe password A safe password: at least 12 characters, a combination of uppercase letters, lowercase letters, numbers, and symbols.