kutt icon indicating copy to clipboard operation
kutt copied to clipboard

Verification token miss in mail

Open ilcapitino opened this issue 10 months ago • 3 comments

When create user if send email for verification the url contain verification code null. In database the field is empty

ilcapitino avatar Feb 17 '25 18:02 ilcapitino

Need more information. Which database are you using?

trgwii avatar Feb 18 '25 08:02 trgwii

Database postgres 17 Kutt version 3.2.3

ilcapitino avatar Feb 18 '25 10:02 ilcapitino

@ilcapitino Make sure the code is being created when a new user is added.

Check if it’s being saved correctly to the database.

Confirm the field in your code matches the column in the database.

Could you share the part of the code where the user is created and the email is sent?

skanderbouricha1 avatar May 08 '25 10:05 skanderbouricha1