Add password hashing, user settings with 2FA, and project image lightbox.
Hardens auth with PBKDF2, lockouts, local QR setup, and safer embeds while moving account security under the username menu.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@{
|
||||
// Kept for old bookmarks; controller redirects to UserSettings.
|
||||
Layout = null;
|
||||
Response.Redirect(Url.Action("UserSettings", "admin"));
|
||||
}
|
||||
Reference in New Issue
Block a user