Disable the Add User functionality

We received a request to deactivate the Add User feature when the maximum number of concurrent users is reached.

Initially, our plan was to disable the button on the Kick User page layout. However, during the implementation of these changes, we conducted some research and found that the solution was surprisingly simple.

All we had to do was uncheck the IsVisible field from the following items in the Core DB.

  • AddMoreUsers – /sitecore/client/Applications/LicenseOptions/StartPage/PageSettings/AddMoreUsers
  • AddUserBtn – /sitecore/client/Applications/LicenseOptions/StartPage/PageSettings/AddUserBtn

Very easy 😉 Hope it helps!

Deixe um comentário

Trending