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:
@@ -48,7 +48,7 @@ namespace OpenWifi {
|
||||
StorageService()->SentAction(i.id);
|
||||
} else if (i.action==OpenWifi::SecurityObjects::LinkActions::VERIFY_EMAIL) {
|
||||
if(AuthService::SendEmailToUser(i.id, i.userId, AuthService::EMAIL_VERIFICATION)) {
|
||||
Logger_.information(Poco::format("Send password reset link to %s",i.userId));
|
||||
Logger_.information(Poco::format("Send email verification link to %s",i.userId));
|
||||
}
|
||||
StorageService()->SentAction(i.id);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user