[PR #449] [MERGED] Support disabling password reset #750

Closed
opened 2026-02-27 09:09:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/449
Author: @nitnelave
Created: 2/13/2023
Status: Merged
Merged: 2/13/2023
Merged by: @nitnelave

Base: mainHead: password_reset


📝 Commits (2)

  • 6dc0377 server: only add password reset routes if they are enabled
  • f68d38d app: probe for password reset support

📊 Changes

5 files changed (+104 additions, -29 deletions)

View changed files

📝 app/src/components/app.rs (+56 -10)
📝 app/src/components/login.rs (+14 -6)
📝 app/src/infra/api.rs (+18 -3)
📝 server/src/infra/auth_service.rs (+11 -9)
📝 server/src/infra/tcp_server.rs (+5 -1)

📄 Description

Fixes #431


🔄 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/449 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 2/13/2023 **Status:** ✅ Merged **Merged:** 2/13/2023 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `password_reset` --- ### 📝 Commits (2) - [`6dc0377`](https://github.com/lldap/lldap/commit/6dc0377f6f14ae1133b9e7b19b01e33f80b464b3) server: only add password reset routes if they are enabled - [`f68d38d`](https://github.com/lldap/lldap/commit/f68d38d5439d7e5bf1d4f1a9076c597f94924203) app: probe for password reset support ### 📊 Changes **5 files changed** (+104 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `app/src/components/app.rs` (+56 -10) 📝 `app/src/components/login.rs` (+14 -6) 📝 `app/src/infra/api.rs` (+18 -3) 📝 `server/src/infra/auth_service.rs` (+11 -9) 📝 `server/src/infra/tcp_server.rs` (+5 -1) </details> ### 📄 Description Fixes #431 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:09:36 +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#750
No description provided.