mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
Check passwords against HaveIBeenPwned (#12716)
* Implement pwn Signed-off-by: jolheiser <[email protected]> * Update module Signed-off-by: jolheiser <[email protected]> * Apply suggestions mrsdizzie Co-authored-by: mrsdizzie <[email protected]> * Add link to HIBP Signed-off-by: jolheiser <[email protected]> * Add more details to admin command Signed-off-by: jolheiser <[email protected]> * Add context to pwn Signed-off-by: jolheiser <[email protected]> * Consistency and making some noise ;) Signed-off-by: jolheiser <[email protected]> Co-authored-by: mrsdizzie <[email protected]> Co-authored-by: zeripath <[email protected]>
This commit is contained in:
committed by
GitHub
co-authored by
mrsdizzie
zeripath
parent
7fc10143fb
commit
cdc97c6330
@@ -344,6 +344,7 @@ set name for unique queues. Individual queues will default to
|
||||
- digit - use one or more digits
|
||||
- spec - use one or more special characters as ``!"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~``
|
||||
- off - do not check password complexity
|
||||
- `PASSWORD_CHECK_PWN`: **false**: Check [HaveIBeenPwned](https://haveibeenpwned.com/Passwords) to see if a password has been exposed.
|
||||
|
||||
## OpenID (`openid`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user