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:
Atakan Doğan Özban
2026-07-17 18:49:34 +02:00
parent 8ec6e3fd50
commit e97a71e5b2
18 changed files with 1253 additions and 62 deletions
+5
View File
@@ -0,0 +1,5 @@
@{
// Kept for old bookmarks; controller redirects to UserSettings.
Layout = null;
Response.Redirect(Url.Action("UserSettings", "admin"));
}