Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2022-05-09 | [feature] Include password strength in error message when password strength ↵ | 1 | ||
is too low (#550) * When password validation fails, return how close to enough entropy it has. * Shorter version of low-strength password error message | ||||
2021-12-20 | Extend license notices to 2022 (#354) | 1 | ||
2021-10-14 | User password change (#280) | 1 | ||
* start passwordChangeHandler * add user scope * add user module / api path * add password change request * make comment clearer * add user to processor * required true * add processor call to handler * don't pass tc or channel * change password func + tests * add some first docs about password management * update swagger docs * add api tests * go fmt * test fixes |