Can't add new users (2.6v)

I am trying to add a new user, but no Add User button is there. I tried to add ALLOW_NEW_ACCOUNTS=true to .env

I restarted apache and even rebooted. Does that method no longer work with 2.6?

We’ve added new user limits to our hosted release but it looks like they’re also being applied to the self host version. The easiest fix is to run this SQL query:

update companies set num_users = 1000;

Perfect that works.