mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #26] [MERGED] Set admin password when creating the user #498
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#498
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?
📋 Pull Request Information
Original PR: https://github.com/lldap/lldap/pull/26
Author: @nitnelave
Created: 7/5/2021
Status: ✅ Merged
Merged: 7/5/2021
Merged by: @nitnelave
Base:
main← Head:set_admin_password📝 Commits (1)
6d885e7Set admin password when creating the user📊 Changes
2 files changed (+32 additions, -30 deletions)
View changed files
📝
src/domain/sql_opaque_handler.rs(+29 -29)📝
src/main.rs(+3 -1)📄 Description
Commit
e09c73eintroduced a bug: when creating the admin account, we were no longer setting the password. This caused https://github.com/nitnelave/lldap/issues/24 because no password was set.Fixes https://github.com/nitnelave/lldap/issues/24.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.