The new authentication flow is working well in our staging environment.
Great news! I found a minor issue with the password reset email template.
Can you share the error details? I'll patch it before the release.
The reset link uses HTTP instead of HTTPS in the email body. The actual endpoint is correct, only the template string is wrong.
I can confirm the same issue on the French email template. It probably affects all locales.
Found it. The base URL variable in the email service config was set to HTTP. One-line fix. PR incoming.