mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
Invitation code resend fail #636
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 @Esa-mimbias on GitHub (Sep 1, 2025).
I encounter an error when trying to resend the invitation code
Problem description
I invite a user. He receives an invitation or I give him the link. The user is asked for a verification code send by mail.
If he clicks on the links to indicate he hasn't received the mail and resend it, an error occurs:
Expected behavior
The verification code is re-sent (in the limit of x per hours, x=3)
Actual behavior
An error occurs :
Cannot read properties of undefined (reading 'email')Steps to reproduce
Impact
Side notes
The environment I'm working in is very sensitive abour mail format/content and may easily reject or classify messages as spam.
@CodeServant commented on GitHub (Sep 13, 2025):
This issue is on the official web page too. I cannot log into an account when using try now, but i created another account (with different email address) by registration page and it worked.
So now i have 2 account and i would like to delete one of them, but I cannot because of the error.
@Esa-mimbias commented on GitHub (Sep 18, 2025):
Hi
can't reproduce with 1.10.0
great job !
closing the issue