5202fda5c8
Fix: Better support for pasting passwords and using password managers During registration users complained about valid passwords shown as invalid. The reasons were them pasting the passwords via middle click (on Linux) or using e.g. pwdhash (password manager for Firefox) which do not trigger the keyup event. As a fix I added listening to the paste and blur events and deferred the validation as the paste event will be triggered before the input is updated. See merge request !57 |
||
---|---|---|
.. | ||
lib | ||
ajax-functions.js | ||
dom-functions.js | ||
misc-functions.js | ||
qvitter.js | ||
stream-router.js | ||
toggleqvitter.js |