[PR #136] [MERGED] Fix password reset #562

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/136
Author: @nitnelave
Created: 4/15/2022
Status: Merged
Merged: 4/17/2022
Merged by: @nitnelave

Base: mainHead: reset


📝 Commits (4)

  • cfb15ec app: Fix password reset
  • 0234ba7 server: Report errors sending email
  • a942dc6 gitignore: ignore custom config
  • 3e607ce github: fix coverage action

📊 Changes

5 files changed (+13 additions, -8 deletions)

View changed files

📝 .github/workflows/rust.yml (+1 -1)
📝 .gitignore (+1 -0)
📝 app/src/components/reset_password_step2.rs (+9 -6)
📝 app/src/infra/api.rs (+1 -1)
📝 server/src/infra/auth_service.rs (+1 -0)

📄 Description

Fixes #135 and improves error reporting for emails.


🔄 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/136 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 4/15/2022 **Status:** ✅ Merged **Merged:** 4/17/2022 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `reset` --- ### 📝 Commits (4) - [`cfb15ec`](https://github.com/lldap/lldap/commit/cfb15ecabb0db4f7015f185f88a7970400a3df7c) app: Fix password reset - [`0234ba7`](https://github.com/lldap/lldap/commit/0234ba7e48d6dd87c1cdbd546aef185a66d064ae) server: Report errors sending email - [`a942dc6`](https://github.com/lldap/lldap/commit/a942dc691ed8991e2579628d57726c8db4de6036) gitignore: ignore custom config - [`3e607ce`](https://github.com/lldap/lldap/commit/3e607cea8df9173ad8f48a44291b2d1563ef604f) github: fix coverage action ### 📊 Changes **5 files changed** (+13 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/rust.yml` (+1 -1) 📝 `.gitignore` (+1 -0) 📝 `app/src/components/reset_password_step2.rs` (+9 -6) 📝 `app/src/infra/api.rs` (+1 -1) 📝 `server/src/infra/auth_service.rs` (+1 -0) </details> ### 📄 Description Fixes #135 and improves error reporting for emails. --- <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:59 +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#562
No description provided.