Allow users to log in without email confirmation

System Information
  • Strapi Version: v4.1.12

Hi everyone,

My Strapi server has this Enable email confirmation set to true. And after the registration (with endpoint /api/auth/local/register), the user receives a confirmation email. If the user does not confirm it, he/she cannot log in (using the endpoint /api/auth/local). Basically, the endpoint returns 400 Bad Request, with a reason “Your account email is not confirmed”.

However, in my case, I want to allow users to log in without confirming their emails. They can confirm their emails later. Is this possible?

Many thanks.

Hi, can anyone help me, please? Many thanks.