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>
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
VITE_HMR_PORT=8080
|
|
VITE_LOGO_OVERRIDE=false
|
|
VITE_PUBLIC_URL=""
|
|
VITE_DUO_SELF_ENROLLMENT=true
|
|
VITE_REMEMBER_ME=true
|
|
VITE_RESET_PASSWORD=true
|
|
VITE_RESET_PASSWORD_CUSTOM_URL=""
|
|
VITE_THEME=light |