mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #1067] [FEATURE REQUEST] LDAP Toolbox like Tools #383
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#383
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 @Technikte on GitHub (Dec 28, 2024).
Original GitHub issue: https://github.com/lldap/lldap/issues/1067
Motivation
Some stuff would be very usefull/nice for selft hosted/home setups like https://self-service-password.readthedocs.io/en/stable/ .
Describe the solution you'd like
A way to let user reset their password and change "more" things on their own if needed.
Describe alternatives you've considered
Alternative would something like this https://github.com/tiredofit/docker-self-service-password or some other ldap toolbox. But would be nice to get something build in to elimate the need for other tool.
Additional context
I think it would fit perfect since lldap is more oriatend to self hosting in homelab and so.
@nitnelave commented on GitHub (Dec 28, 2024):
There's already a built-in password reset flow through email. You can enable it by filling in the SMTP settings and allowing password resets (see the config template at the root of the repo). Please have a look and tell me whether that fits the bill :)
@Technikte commented on GitHub (Dec 28, 2024):
Oh really, I didnt see any option like this yet, but I fired only a quick "demo" up local without stmp.
I will report back and mabye close this issue when it fits my needs.
Thanks in advance.
@Technikte commented on GitHub (Dec 29, 2024):
I have enabled it and it seems to work. Maybe only some kind of basic anti bot captcha would be nice or something along these lines and "support basic complexity requirements" like the pr https://github.com/lldap/lldap/pull/1024 would be generall nice to have.