diff --git a/Teknik/Areas/User/Controllers/UserController.cs b/Teknik/Areas/User/Controllers/UserController.cs index 135d589..88e2ea9 100644 --- a/Teknik/Areas/User/Controllers/UserController.cs +++ b/Teknik/Areas/User/Controllers/UserController.cs @@ -387,7 +387,7 @@ namespace Teknik.Areas.Users.Controllers { return Json(new { error = "New Password Must Match." }); } - // The New Password Match? + // Are password resets enabled? if (!Config.UserConfig.PasswordResetEnabled) { return Json(new { error = "Password resets are disabled." });