mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2026-01-27 10:23:15 +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));
|
||||
}
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
<body>
|
||||
|
||||
<div class="img-container">
|
||||
<img src="the_logo.png" alt="OpenWifi">
|
||||
<img src="/wwwassets/the_logo.png" alt="OpenWifi">
|
||||
</div>
|
||||
|
||||
<div class="info-card">
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
<body class="body">
|
||||
|
||||
<div class="imgcontainer">
|
||||
<img src="the_logo.png" alt="OpenWifi">
|
||||
<img src="/wwwassets/the_logo.png" alt="OpenWifi">
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
<body class="body">
|
||||
|
||||
<div class="imgcontainer">
|
||||
<img src="the_logo.png" alt="OpenWifi">
|
||||
<img src="/wwwassets/the_logo.png" alt="OpenWifi">
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user