This commit is contained in:
CHIEFSOFT\ameye
2024-07-03 11:34:58 -04:00
parent 73eca981e4
commit e6eb2490af
+1 -1
View File
@@ -1448,7 +1448,7 @@ long WrenchResetMemberPass(CVars in, CVars &out) {
try {
REQ_STRING(in, "email", 2, 49, "(.*)");
REQ_STRING(in, "rloc", 2, 15, "(.*)");
// REQ_STRING(in, "rloc", 2, 15, "(.*)");
//password_reset
CVars yy;
if (load_db_record(yy, "SELECT id AS member_id, uid AS member_uid FROM members WHERE username = '%s'", in["email"].c_str())) {