mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 22:55:14 -05:00
One-time Passwords E-Mail Whitelist not working #175
Reference in New Issue
Block a user
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 @doing5 on GitHub (Mar 23, 2025).
Hi there,
I want to secure a resource via OTP (One-Time Password) through email.
To implement this approach, one needs to add the email to: Resources --> Authentication --> One-time Passwords --> Whitelisted Emails and save it.
It says, "Saved successfully. Whitelist settings have been saved."
BUT: The saved E-Mail is not showing up after refreshing:
Then I will access the resource and enter the email address previously added to receive a one-time password. However, it says "Email is not valid."
SMTP is configured and working (test was performed). I don't know where the problem lies, as the log file doesn't provide any information. Tried already different mail adresses.
Information:
There is no other user beside the admin user.
@miloschwartz commented on GitHub (Mar 23, 2025):
Hi, I think I see the problem here. Make sure to hit enter after typing the email so it turns into a bubble in the field. It should look like this:
Then, click save and try to test the authentication.