mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #822] [BUG] First name and Last name are empty #293
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#293
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 @tibeer on GitHub (Jan 31, 2024).
Original GitHub issue: https://github.com/lldap/lldap/issues/822
Describe the bug
Version: 0.5.1-alpha
When viewing the user details, the fields "First name" and "Last name" are always empty
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Fields show the current database value
Logs
Do not contain anything useful I would say, but I will still add them:
Additional context
Nothing to add :)
@nitnelave commented on GitHub (Feb 5, 2024):
It should be solved by #832 (when that's ready)
@kri164 commented on GitHub (Mar 26, 2024):
Avatar is not saved also.
@nitnelave commented on GitHub (Mar 26, 2024):
It should be saved (you don't see the old one, do you?) but it's not fetched properly by the frontend.
@innomatica commented on GitHub (Jun 28, 2024):
They are saved as attributes as
first_nameandlast_name:@stardemo commented on GitHub (Jul 22, 2024):
attributes still empty via webui with 2024-07-20 , which version will fix it?
@nitnelave commented on GitHub (Jul 22, 2024):
The next stable one :)
It's not fixed yet
On Mon, 22 Jul 2024, 17:34 star liu, @.***> wrote: