cscro5apps2 Posted July 19, 2016 Posted July 19, 2016 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. Quote
wolstech Posted July 19, 2016 Posted July 19, 2016 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). Quote
cscro5apps2 Posted July 19, 2016 Author Posted July 19, 2016 Thank you very much! Thanks too, for the info on how an empty form action works. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.