Fixing ActionLinks

This commit is contained in:
stephb9959
2021-11-09 14:09:09 -08:00
parent fe17650333
commit 5738fa47bb
4 changed files with 4 additions and 3 deletions

View File

@@ -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));
}

View File

@@ -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">

View File

@@ -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>

View File

@@ -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>