mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[PR #62] [MERGED] Improve new user experience #519
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#519
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/62
Author: @nitnelave
Created: 10/20/2021
Status: ✅ Merged
Merged: 10/20/2021
Merged by: @nitnelave
Base:
main← Head:help📝 Commits (4)
846a42breadme: Add common pitfalls when setting up the server69e4e02auth: Add a disclaimer around the argon hash587c374server: Improve startup error messages and fail fast95fc83ecargo: Bump the version to 0.2.0📊 Changes
8 files changed (+45 additions, -13 deletions)
View changed files
📝
Cargo.lock(+3 -3)📝
README.md(+19 -0)📝
app/Cargo.toml(+1 -1)📝
auth/Cargo.toml(+1 -1)📝
auth/src/opaque.rs(+5 -0)📝
server/Cargo.toml(+1 -1)📝
server/src/infra/configuration.rs(+3 -0)📝
server/src/main.rs(+12 -7)📄 Description
Improve error messages, fail fast, and only set up the admin user if it doesn't exist.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.