Files
atakanozbancom/Views/admin/security.cshtml
T
Atakan Doğan Özban e97a71e5b2 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.
2026-07-17 18:49:34 +02:00

6 lines
153 B
Plaintext

@{
// Kept for old bookmarks; controller redirects to UserSettings.
Layout = null;
Response.Redirect(Url.Action("UserSettings", "admin"));
}