Hardens auth with PBKDF2, lockouts, local QR setup, and safer embeds while moving account security under the username menu.
6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
@{
|
|
// Kept for old bookmarks; controller redirects to UserSettings.
|
|
Layout = null;
|
|
Response.Redirect(Url.Action("UserSettings", "admin"));
|
|
}
|