You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, there is a use case where you'd want to still display this link, even if site.registration.require_email_verification = false. This is the case where you turn off require_email_verification while there are still outstanding unverified users.
I guess the best thing to do, is check the value of site.registration.require_email_verification during authentication and ignore the user's verification status if it is set to false.
Hi,
in the login form, the link "Resend verification email" is displayed even if site.registration.require_email_verification = false.
Where is the problem:
In the template userfrosting/app/sprinkles/account/templates/pages/sign-in.html.twig, the link is displayed without checking the value of the flag:
The text was updated successfully, but these errors were encountered: