POST /auth/send-email-confirmation 403

System Information
  • Strapi Version: 3.6.3
  • Operating System: macOS
  • Database: postgresql
  • Node Version: 14.17.0
  • NPM Version: 6.14.13
  • Yarn Version:

Hi,
What could be the reason for a post request to /auth/send-email-confirmation with body {"email": "some@email.com"} to return 403 Forbidden?

Solved, I had to enable “sendemailconfirmation” in Settings → Roles → Permissions → Users-Permissions

2 Likes

not just in the authenticated role, the public role. thanks for this. wheew