Jump to content

[Solved] Password Reset Form Not Working


cscro5apps2

Recommended Posts

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.

Link to comment
Share on other sites

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).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...