Jump to content

Recommended Posts

Posted

Good day!

 

I tried to reset my password and received an email with links (one SSL and another non-SSL) to reset.

 

Clicking on the either of the links won't work as it takes me to a form which does nothing even after you've manually entered the provided confirmation code.

 

A check of the form's source shows that the action part of the form tag is empty, as below:

 

<form id="reset_form" action="" method="post">

 

 

Any help would be appreciated.

 

The site is cscvapps.heliohost.org

 

Thanks in advance.

Posted

You were erroneously suspended...suspended users cannot reset their password. You've been unsuspended. Try logging in/resetting again.

 

Also, an empty form action is actually valid HTML. Empty actions send the POST to the URL you're currently on (basically, the page posts the data to itself, which causes it to reload and send the output back for viewing).

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...