feat: added email change feature (#5837)

Co-authored-by: Paribesh01 <nepalparibesh01@gmail.com>
Co-authored-by: Paribesh Nepal <100255987+Paribesh01@users.noreply.github.com>
This commit is contained in:
Piyush Gupta
2025-05-21 16:53:12 +05:30
committed by GitHub
parent 745f5487e9
commit f7e5ef96d2
34 changed files with 1286 additions and 205 deletions
+2 -2
View File
@@ -190,8 +190,8 @@ x-environment: &environment
# Configure the minimum role for user management from UI(owner, manager, disabled)
# USER_MANAGEMENT_MINIMUM_ROLE="manager"
# Configure the maximum age for the session in seconds. Default is 43200 (12 hours)
# SESSION_MAX_AGE=43200
# Configure the maximum age for the session in seconds. Default is 86400 (24 hours)
# SESSION_MAX_AGE=86400
services:
postgres: