Could you tell me how to do that and what codes I would need to copy? I tried figuring it out for about an hour with no success.
-Thanks for the quick reply
I changed the code in admin panel. But the thing is, I change it so that anyone can access that particular section of admin panel. Now theres a security conflict. Anyone could change anyones pass.
It's set to if %user%=%user%
[passchanger]
<html>
<head>
{.if|{.%user%=%user%.}|
<title>Pass Changer</title>
</head>
<body>
Welcome %user% ! </b>
<br>
<form method=post action="/~passchange">
To use this function simply type in the Username.
<p>Then type the new passwo..........