[PR #354] [MERGED] server,app: Add support for resetting your password with email #697

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/354
Author: @nitnelave
Created: 10/26/2022
Status: Merged
Merged: 10/29/2022
Merged by: @nitnelave

Base: mainHead: email


📝 Commits (1)

  • 274e634 server,app: Add support for resetting your password with email

📊 Changes

5 files changed (+45 additions, -15 deletions)

View changed files

📝 Cargo.lock (+11 -1)
📝 app/Cargo.toml (+1 -0)
📝 app/src/components/reset_password_step1.rs (+1 -1)
📝 app/src/infra/api.rs (+1 -1)
📝 server/src/infra/auth_service.rs (+31 -12)

📄 Description

Instead of just username

Fixes #267


🔄 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/354 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 10/26/2022 **Status:** ✅ Merged **Merged:** 10/29/2022 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `email` --- ### 📝 Commits (1) - [`274e634`](https://github.com/lldap/lldap/commit/274e634505df0f0f6d5a17dfc58069227b99c918) server,app: Add support for resetting your password with email ### 📊 Changes **5 files changed** (+45 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+11 -1) 📝 `app/Cargo.toml` (+1 -0) 📝 `app/src/components/reset_password_step1.rs` (+1 -1) 📝 `app/src/infra/api.rs` (+1 -1) 📝 `server/src/infra/auth_service.rs` (+31 -12) </details> ### 📄 Description Instead of just username Fixes #267 --- <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:24 +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#697
No description provided.