aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/jquery-showpassword.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix password displayed as username in Firefox password manager dialogDaniel Calviño Sánchez2018-01-051-1/+1
| | | | | | | | | | | | | | | | | | | When finishing the setup of Nextcloud through the WebUI (setting admin user and database) Firefox offers to save the username and password. However, the password was shown in both the username and password fields of the Firefox password manager dialog. The problem was that the password input element (in the HTML form) is cloned in a text input element, which is used to show the password in plain text when clicking on the "Show password" button. As it was a text input immediately followed by a password input Firefox seemed to assume that it had to be the username and ignored the real username field, no matter the value set for the "autocomplete" attribute. Now the cloned text input is added after the password input, so Firefox no longer thinks that the cloned text input is the username field and the password manager dialog shows the proper username instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* This fix the overlay of the complexity barMaxence Lange2017-07-261-1/+1
| | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* Fix semicolon at end of JS linesMorris Jobke2017-05-011-3/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* core: Fix typos (found by codespell)Stefan Weil2016-04-041-1/+1
| | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Shows The Eye permanently in the Confirm Password field in Personal Settings ↵raghunayyar2013-10-121-1/+5
| | | | - fix #5167
* modify password clone to password type right on submit to prevent the ↵Morris Jobke2013-04-191-1/+10
| | | | browser remind the content
* turn off autocompletion for password fieldMorris Jobke2013-04-071-1/+2
| | | | refs #2632
* added jquery-tipsy for nice title tooltipsJan-Christoph Borchardt2011-08-121-0/+113