Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
1.23
-
None
Description
Auto login used to be a redirect which sent the username and password in a get request, start using Javascript to push the submit button for the user, thus sending the information in a post request and avoiding the possibility of a password being revealed in history or on the location bar.