Skip to content

Commit

Permalink
Update migrate-to-identity-auth.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 28, 2023
1 parent bcabbea commit cc4be9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/_pages/auth/migrate-to-identity-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public class ConfigureDbMigrations : IHostingStartup
As there's no official API for updating the raw `PasswordHash` you'll need to use EF's `ExecuteUpdate()` API to update it
on the `AspNetUsers` table directly.

It should be noted that ServiceStack Auth still uses ASP.NET Cor's previous Identity v2 format for hashing its passwords,
It should be noted that ServiceStack Auth still uses ASP.NET Core's previous Identity v2 format for hashing its passwords,
this will be automatically re-hashed using the latest ASP.NET Identity v3 format after users successfully sign in.

#### Optimizing the PasswordHash Update
Expand Down

0 comments on commit cc4be9c

Please sign in to comment.