Registration will be build around the following model. Add the model to your Models/ folder.
No need to run a migration via Update Database as the table for this data was created in the last step.
In the pages/Secure folder, create a page called SignIn.cshtml. Do so via:
This will create a .cshtml page and an associated .cshtml.cs page model file.
Edit the Page Model Pages/Secure/SignIn.cshtml.cs
Next edit the Page Pages/Secure/SignIn.cshtml
Note - this is controlled by a Cookie I think called .AspNetCore.Identity.Application. The Cookie controlling the Identity framework can be renamed in Startup.cs in the options for the ConfigureApplicationCookie using an option value of Cookie.Name