[PR #36] [MERGED] Add a way to change the password #506

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/36
Author: @nitnelave
Created: 9/13/2021
Status: Merged
Merged: 9/13/2021
Merged by: @nitnelave

Base: mainHead: password


📝 Commits (1)

  • 705244f app: reorganize and add a page to change the password

📊 Changes

15 files changed (+355 additions, -88 deletions)

View changed files

📝 app/src/components/app.rs (+30 -36)
app/src/components/change_password.rs (+261 -0)
📝 app/src/components/create_user.rs (+5 -5)
📝 app/src/components/login.rs (+3 -4)
📝 app/src/components/logout.rs (+1 -1)
app/src/components/mod.rs (+8 -0)
app/src/components/router.rs (+24 -0)
📝 app/src/components/user_details.rs (+13 -5)
📝 app/src/components/user_table.rs (+2 -2)
📝 app/src/infra/api.rs (+1 -1)
📝 app/src/infra/cookies.rs (+0 -0)
📝 app/src/infra/graphql.rs (+0 -0)
app/src/infra/mod.rs (+3 -0)
📝 app/src/lib.rs (+3 -10)
📝 server/src/infra/tcp_server.rs (+1 -24)

📄 Description

This PR adds a form page to change the password, provided you know the current one (no password reset utility).
It also moves things around with some refactoring.

This should fix #11 by implementing the last bit needed.


🔄 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/36 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 9/13/2021 **Status:** ✅ Merged **Merged:** 9/13/2021 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `password` --- ### 📝 Commits (1) - [`705244f`](https://github.com/lldap/lldap/commit/705244f3314c4c643aa4533250f4f453672c4f5e) app: reorganize and add a page to change the password ### 📊 Changes **15 files changed** (+355 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `app/src/components/app.rs` (+30 -36) ➕ `app/src/components/change_password.rs` (+261 -0) 📝 `app/src/components/create_user.rs` (+5 -5) 📝 `app/src/components/login.rs` (+3 -4) 📝 `app/src/components/logout.rs` (+1 -1) ➕ `app/src/components/mod.rs` (+8 -0) ➕ `app/src/components/router.rs` (+24 -0) 📝 `app/src/components/user_details.rs` (+13 -5) 📝 `app/src/components/user_table.rs` (+2 -2) 📝 `app/src/infra/api.rs` (+1 -1) 📝 `app/src/infra/cookies.rs` (+0 -0) 📝 `app/src/infra/graphql.rs` (+0 -0) ➕ `app/src/infra/mod.rs` (+3 -0) 📝 `app/src/lib.rs` (+3 -10) 📝 `server/src/infra/tcp_server.rs` (+1 -24) </details> ### 📄 Description This PR adds a form page to change the password, provided you know the current one (no password reset utility). It also moves things around with some refactoring. This should fix #11 by implementing the last bit needed. --- <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:47 +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#506
No description provided.