Unable to type into email field on ".../admin/auth/register" page

System Information
  • Strapi Version: 4.4.0
  • Operating System: Red Hat Enterprise Linux Server 7.9 (Maipo)
  • Database:
  • Node Version: 16.17.0
  • NPM Version:
  • Yarn Version:

When trying to register a new user using the “…/admin/auth/register” page, the email field is disabled.

“Settings > Users & permissions plugin > Advanced Settings > Enable sign-ups” is set to true.

has anyone run into this issue or know of a possible workaround? Having users able to freely register is vital to our application

Hi, any updates on this? I’m experiencing exactly the same issue. I activated Sign-Ups and Email Verification.

Thanks, Thomas

I have the same issue, Settings > Users & permissions plugin > Advanced Settings > Enable sign-ups is set to true.

Ok so as I understand this is intended behaviour. After creating a super admin user you can add users in the admin panel. If you enable confirmation emails strapi sends them a confirmation email containing a confirmation link. The link will take them to the registration page and will fill in their email address based on the registration token in the link.