mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #743] [BUG] No Emails Attempted To Be Sent #268
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#268
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?
Originally created by @ghost on GitHub (Nov 21, 2023).
Original GitHub issue: https://github.com/lldap/lldap/issues/743
Preface:
example.comis not the domain in use, of course. It's just used for redaction of information in this GitHub issue. Note also: I do not use Discord.When clicking
Reset passwordonhttps://example.com/reset-password/step1, no email is even attempted to be sent at all. The UI saysA reset token has been sent to your email., but no such thing happens nor is it even attempted.This is the only thing that appears in verbose logs when trying this (note that
testis the user):Docker image in use:
ghcr.io/lldap/lldap:stable(sha256 hash of7df30065344c5b7f73bae2591db779460ae937e39e11b4a5d1adeb91082ed97ewhich is foramd64).Redacted docker env file:
@nitnelave commented on GitHub (Nov 21, 2023):
Hey! At the top of the verbose logs, when you start LLDAP, you'll have the config printed. Can you post the SMTP section?
Note that if there is no email configured/email reset is not enabled, I think that's consistent with the logs you get.
@nitnelave commented on GitHub (Nov 21, 2023):
(in particular, I think you'll see that the config option is "enable_password_reset" and your environment variable is "enabled_password_reset")
@ghost commented on GitHub (Nov 21, 2023):
Aha, you're onto something. It's not reading my
LLDAP_SMTP_OPTIONS__stuff (but it's reading everything else). How strange...Edit: going through now and re-verifying my terrible copy/paste...
@ghost commented on GitHub (Nov 21, 2023):
Woohoo! Got there! Sometimes you just need another pair of eyes... :D
@francescor commented on GitHub (Jul 17, 2024):
note for quick reader
in the above