Author Topic: javascript bug ?  (Read 6193 times)

0 Members and 1 Guest are viewing this topic.

pppplus

  • Jr. Member
  • **
  • Posts: 3
javascript bug ?
« on: August 30, 2010, 06:15:39 AM »
Hi,

Today, I want to find my lost password.

And javascript buttons do not work in these pages :

resetpwd.php and restore.php

I modify :
Code: [Select]
<a href="javascript:restoreForm.submit();">to
Code: [Select]
<a href="javascript:document.restoreForm.submit();">And it's ok now


Mibew Messenger 1.6.3

Gary

  • Jr. Member
  • **
  • Posts: 2
Re: javascript bug ?
« Reply #1 on: July 04, 2012, 06:08:21 PM »
I had the same problem. Your post helped me realize that I'm not alone, though the solution does not seem to work on newer browsers.

I had to kill the database and re-install everything to get to the "admin" with blank password state and start over configuring everything.

Still don't know what pooched my password in the first place.

Hopefully they'll fix this submit problem in the next version.