mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
a2eb0316c8
This allows providing a custom URL for password resets. If provided the disable_reset_password option is ignored, the password reset API is disabled, and the button provided in the UI to reset the password redirects users to the configured endpoint. Closes #1934, Closes #2854 Co-authored-by: you1996 <youssri@flyweight.tech>
7 lines
263 B
Plaintext
7 lines
263 B
Plaintext
VITE_LOGO_OVERRIDE={{.LogoOverride}}
|
|
VITE_PUBLIC_URL={{.Base}}
|
|
VITE_DUO_SELF_ENROLLMENT={{.DuoSelfEnrollment}}
|
|
VITE_REMEMBER_ME={{.RememberMe}}
|
|
VITE_RESET_PASSWORD={{.ResetPassword}}
|
|
VITE_RESET_PASSWORD_CUSTOM_URL={{.ResetPasswordCustomURL}}
|
|
VITE_THEME={{.Theme}} |