You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2024. It is now read-only.
@@ -154,6 +154,10 @@ In this module we're going to add the capability for users to register and sign-
154
154
>WenowneedtooverridethedefaultRegisterpagetoaddUIfor accepting the admin creation key and verifying it when processing the request
155
155
156
156
1. Run the Identity scaffolder again, but this time select the `Account\Register` page in the list of files to override and select the `IdentityDbContext (FrontEnd.Data)`
1. Updatethe `RegisterModel` classin the `Register.cshtml.cs` file to accept `IAdminService` and `IdentityDbContext` parameters and save them to local members:
0 commit comments