AI OnAI Off
Nov 15, 2021
Jan 25, 2022
CMS Core
Closed, Acceptance tests pass
You can enable a screen, that is displayed on first request to create an admin user, by adding services.AddAdminUserRegistration() in your startup class. You can configure which roles should be assigned to the user, and how and when this screen should be available. This feature works only if the configured UIUserProvider supports user creation.