kutt
kutt copied to clipboard
Verification token miss in mail
When create user if send email for verification the url contain verification code null. In database the field is empty
Need more information. Which database are you using?
Database postgres 17 Kutt version 3.2.3
@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?