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:
4
fpw.php
4
fpw.php
@@ -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;
|
||||
|
Reference in New Issue
Block a user