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.
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).
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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now