Skip to content

Make password requirements configurable and document them

Created by: Florian Spreckelsen

Currently, the hard requirements for a password are

  • at least 8 characters
  • at least 1 number
  • at least 1 lower case character
  • at least 1 upper case character
  • at least 1 special character

Ideally, this should be configurable. In any case, we have to make the requirements much more transparent to the users.

Imported comments:

By Timm Fitschen on 2021-02-26T11:26:14.214Z

assigned to @timm.fitschen

By Timm Fitschen on 2021-02-26T11:25:54.039Z

marked this issue as related to caosdb-pylib#42 (closed)

By Timm Fitschen on 2021-02-26T11:25:45.602Z

marked this issue as related to #29

By Florian Spreckelsen on 2021-02-26T11:23:33.618Z

mentioned in issue caosdb-pylib#42 (closed)

DoD

  • Introduced build variable to ignore/respect password requirements
  • Understandable error is raised by the server if requirements are not met.
Edited by Florian Spreckelsen
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information