mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-10-30 02:12:32 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -185,7 +185,7 @@ namespace OpenWifi {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (GetBoolParameter("forgotPassword")) {
|
if (GetBoolParameter("forgotPassword") || GetBoolParameter("resetPassword")) {
|
||||||
Existing.changePassword = true;
|
Existing.changePassword = true;
|
||||||
Logger_.information(fmt::format("FORGOTTEN-PASSWORD({}): Request for {}",
|
Logger_.information(fmt::format("FORGOTTEN-PASSWORD({}): Request for {}",
|
||||||
Request->clientAddress().toString(), Existing.email));
|
Request->clientAddress().toString(), Existing.email));
|
||||||
|
|||||||
Reference in New Issue
Block a user