[PR #62] [MERGED] Improve new user experience #519

Closed
opened 2026-02-27 08:17:50 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: help


📝 Commits (4)

  • 846a42b readme: Add common pitfalls when setting up the server
  • 69e4e02 auth: Add a disclaimer around the argon hash
  • 587c374 server: Improve startup error messages and fail fast
  • 95fc83e cargo: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/62 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 10/20/2021 **Status:** ✅ Merged **Merged:** 10/20/2021 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `help` --- ### 📝 Commits (4) - [`846a42b`](https://github.com/lldap/lldap/commit/846a42b49f18b74154955c3608331ae35c4c2cd5) readme: Add common pitfalls when setting up the server - [`69e4e02`](https://github.com/lldap/lldap/commit/69e4e029da21d8de6cc6bb37b337208aedec69fa) auth: Add a disclaimer around the argon hash - [`587c374`](https://github.com/lldap/lldap/commit/587c374b8fee504b1977bd28856ca540e17ef33d) server: Improve startup error messages and fail fast - [`95fc83e`](https://github.com/lldap/lldap/commit/95fc83e19faabcdada3b1c2817bba25c0b92c041) cargo: Bump the version to 0.2.0 ### 📊 Changes **8 files changed** (+45 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Improve error messages, fail fast, and only set up the admin user if it doesn't exist. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:17:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#519
No description provided.