Invitation code resend fail #978

Closed
opened 2026-04-05 18:04:21 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Esa-mimbias on 9/1/2025

I encounter an error when trying to resend the invitation code

Pangolin Version: 1.9.3
Deployment: Self-hosted with Docker Compose

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:

Image

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

  • Create a new user
  • Click on the provided link (on another session/computer)
  • Click on emailVerifyResend message ("Didn't receive a code? Click here to resend")

Impact

  • User cannot register if mail not received on time / classified as spam / lost.

Side notes

The environment I'm working in is very sensitive abour mail format/content and may easily reject or classify messages as spam.

*Originally created by @Esa-mimbias on 9/1/2025* I encounter an error when trying to resend the invitation code Pangolin Version: 1.9.3 Deployment: Self-hosted with Docker Compose ### 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: <img width="495" height="546" alt="Image" src="https://github.com/user-attachments/assets/f87d7c19-8dbb-41d8-a3f3-e70d47e81953" /> ### 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 * Create a new user * Click on the provided link (on another session/computer) * Click on emailVerifyResend message ("Didn't receive a code? Click here to resend") ### Impact * User cannot register if mail not received on time / classified as spam / lost. ### Side notes The environment I'm working in is very sensitive abour mail format/content and may easily reject or classify messages as spam.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#978