bylla wrote:
Upload unlock.php to your server, visit it with your web browser and remove the file later. That should do the trick!
It did do a trick. It replaced my database entry for the Login page code. People should know to back that up!!
It changed one thing. Tell me how the difference was significant:
First, the Form Method line was tweaked:
Code:
<FORM METHOD="post" ACTION="%page%?action=login">
became:
Code:
<FORM METHOD=post ACTION="%page%?action=login">
I'm confused. And not thrilled to have lost my code for the generic login.