diff --git a/fpw.php b/fpw.php
index 560f2d026..5ff2f719c 100644
--- a/fpw.php
+++ b/fpw.php
@@ -362,8 +362,8 @@ if (!empty($_POST['pwsubmit']))
if(getperms('0'))
{
- $message .= "\n\nClick to Continue with test";
-
+ $message .= "\n\n
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!"; // NO LAN
+ $message .= "\n\nClick to Continue with test"; // NO LAN
$ns->tablerender("Testing Mode", nl2br($message));
require_once(FOOTERF);
exit;