mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[PR #36] [MERGED] Add a way to change the password #506
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#506
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:password📝 Commits (1)
705244fapp: 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.