The show password button only makes sense with a virtual keyboard
on touchscreens. On desktop PCs it's not only not useful, but it
can also be used to show (partially) typed in passwords.
It also makes it possible to display clipboard entries in plaintext,
which is why the clipboard is cleared when the screen locks.
By adding a configuration option, the user can decide whether the
show password functionality is useful to him.
The default is set to show the button to now change the default
behaviour.
Once the clipboard issue is fixed properly in all cases, the configuration
option can be reevaluated, but currently it is in my opinion the best
way to fix both issues at once.