1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Closes #4007 - Clarify FPW testing mode button

This commit is contained in:
Tijn Kuyper
2019-11-05 09:10:27 +01:00
parent 5b39b1106c
commit 25715754d0

View File

@@ -362,8 +362,8 @@ if (!empty($_POST['pwsubmit']))
if(getperms('0'))
{
$message .= "\n\n<a class='btn btn-primary' href='".$link."'>Click to Continue with test</a>";
$message .= "\n\n<hr><strong>Caution: If you click the button below, you will follow the link the user receives in their email, and the password will actually be reset!</strong>"; // NO LAN
$message .= "\n\n<a class='btn btn-primary' href='".$link."'>Click to Continue with test</a>"; // NO LAN
$ns->tablerender("Testing Mode", nl2br($message));
require_once(FOOTERF);
exit;