Skip to content

Commit

Permalink
minor wording update
Browse files Browse the repository at this point in the history
  • Loading branch information
shahedc authored Dec 31, 2019
1 parent 3bf2923 commit e137a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NetLearner is an ASP .NET Core web app to allow any user to consolidate multiple

Registration for each web app has been disabled by default. To enable registration, please do the following:

1. Identify scaffolded Identity pages under /Areas/Identity/Pages/Account/
1. Locate scaffolded Identity pages under /Areas/Identity/Pages/Account/
2. In Register.cshtml, update the <environment> tag to include environments in addition to Development, if desired.
3. In Register.cshtml.cs, replace [Authorize] with [AllowAnonymous] to allow access to registration

Expand Down

0 comments on commit e137a04

Please sign in to comment.