mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #753] [BUG] Password reset UI is enabled even when the feature is disabled #276
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#276
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nitnelave on GitHub (Dec 5, 2023).
Original GitHub issue: https://github.com/lldap/lldap/issues/753
It seems the probe is not working.
With the precedent of https://github.com/lldap/lldap/pull/752, we can get rid of the probe and just inject the settings in the main.js.
@kosssi commented on GitHub (Mar 20, 2024):
I have the same problem, when I set
LLDAP_SMTP_OPTIONS__ENABLE_PASSWORD_RESETtofalsethe UI display « Forgot your password? » link. I would like reset password is only from my OIDC Authelia ;)It's https://github.com/lldap/lldap/pull/449 feature ;)
@nitnelave commented on GitHub (Mar 20, 2024):
It's just a frontend issue, meaning that even if users click on the button, they won't be able to reset their password. But yes, it's not ideal.