Try our conversational search powered by Generative AI!

First request screen for creating first admin user

Fixed in

EPiServer.CMS.UI 12.2.0

(Or a related package)

Created

Nov 15, 2021

Updated

Jan 25, 2022

Area

CMS Core

State

Closed, Acceptance tests pass


Description

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.