mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-11-01 19:27:59 +00:00
Fixing ActionLinks
This commit is contained in:
@@ -42,6 +42,7 @@ namespace OpenWifi {
|
||||
break;
|
||||
|
||||
if(i.action==OpenWifi::SecurityObjects::LinkActions::FORGOT_PASSWORD) {
|
||||
std::cout << " actionmgr - ID=" << i.id << std::endl;
|
||||
if(AuthService::SendEmailToUser(i.id, i.userId, AuthService::FORGOT_PASSWORD)) {
|
||||
Logger_.information(Poco::format("Send password reset link to %s",i.userId));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user