Welcome to MAPS 2.0
[clearscm.git] / maps / php / emailpassword.php
index 50be758..93feca7 100755 (executable)
@@ -35,7 +35,7 @@ $email                = $row [email];
 $password      = $row [password];
 $subject       = "Your MAPS Password";
 
-// Decode password 
+// Decode password
 $statement = "select decode(\"$password\",\"$userid\")";
 
 $result = mysql_query ($statement);
@@ -53,7 +53,7 @@ $message = "
 <body>
 <p>Your MAPS Password is $decoded_password</p>
 
-<p>Click <a href=http://defaria.com/maps>here</a> to login to MAPS.
+<p>Click <a href=https://defaria.com/maps>here</a> to login to MAPS.
 </body>
 </html>
 ";
@@ -78,8 +78,7 @@ $mailed = mail($to, $subject, $message, $headers);
 <body>
 
 <div class="heading">
-  <h2 class="header" align="center">
-  <font class="standout">MAPS</font> Password Retrieval</h2>
+  <h2 class="header" align="center">Password Retrieval</h2>
 </div>
 
 <div class="content">