mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #1093] [BUG] Attribute "mail" is required for new users #392
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#392
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 @helmut72 on GitHub (Feb 1, 2025).
Original GitHub issue: https://github.com/lldap/lldap/issues/1093
Describe the bug
Attribute "mail" is required for new users. Mail isn't a required attribute in LDAP.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
New users can be saved without mail address.
@nitnelave commented on GitHub (Feb 1, 2025):
Yes, that's intended, so you can send a password recovery email. You can always put an invalid email, it's not checked.
It's an intended bit of UX friction to encourage you to set an email.
@helmut72 commented on GitHub (Feb 1, 2025):
Just in the UI? This means I can create for example service users via API without mail address? Need to look at it tomorrow, too late now.
@nitnelave commented on GitHub (Feb 1, 2025):
UX, not UI, so no, you can't create users without emails
@helmut72 commented on GitHub (Feb 1, 2025):
Ok,, thanks for the fast answer.
An wrong address is the same as no address. Would be cool to have no mail address as an option. Think about it in silent minute.
All of my service users never need password recovery.