feat: forgot password api and token expiry (#10073)

This commit is contained in:
Karan Balani
2026-01-27 15:31:15 +05:30
committed by GitHub
parent 15161c09e8
commit e1ac992e5a
19 changed files with 604 additions and 15 deletions

View File

@@ -291,3 +291,12 @@ flagger:
float:
integer:
object:
##################### User #####################
user:
password:
reset:
# Whether to allow users to reset their password themselves.
allow_self: true
# The duration within which a user can reset their password.
max_token_lifetime: 6h