mirror of
https://github.com/lldap/lldap.git
synced 2026-04-26 00:36:01 +03:00
[PR #80] [MERGED] Add support for resetting your password by email #532
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#532
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/80
Author: @nitnelave
Created: 11/18/2021
Status: ✅ Merged
Merged: 11/22/2021
Merged by: @nitnelave
Base:
main← Head:mail📝 Commits (10+)
cebbefcserver: Add lettre dependency to handle emails808f0f4configuration: move default values inline24790easerver: improve error messages2d7e85dconfiguration: Add smtp config values.5328e33cli: Add a "send test email" commandca576admisc: Forbid non-ascii identifiers9135651server: Load config for both run and mailbbcd028gitignore: Prevent adding .env to git67f3e01server: Send an email with the test command1f761afserver: Prevent passwords and secrets from being printed📊 Changes
37 files changed (+1666 additions, -385 deletions)
View changed files
📝
.dockerignore(+4 -1)➕
.github/workflows/docker.yml(+63 -0)📝
.gitignore(+4 -0)📝
Cargo.lock(+159 -41)📝
Dockerfile(+17 -18)📝
README.md(+107 -108)📝
app/Cargo.toml(+1 -1)📝
app/src/components/app.rs(+54 -35)📝
app/src/components/login.rs(+13 -4)📝
app/src/components/mod.rs(+2 -0)➕
app/src/components/reset_password_step1.rs(+140 -0)➕
app/src/components/reset_password_step2.rs(+232 -0)📝
app/src/components/router.rs(+4 -0)📝
app/src/infra/api.rs(+24 -0)📝
app/src/lib.rs(+1 -0)➕
architecture.md(+84 -0)📝
auth/Cargo.toml(+2 -19)📝
auth/src/lib.rs(+1 -0)📝
lldap_config.docker_template.toml(+25 -0)➕
prepare-release.sh(+25 -0)...and 17 more files
📄 Description
This implements password reset functionality without relying on a third-party server & LDAP.
WIP
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.