Skip to content

script: add password argument to display password callback

There's currently no way for a script to access the password string, which is needed to for example show the password as plaintext when user presses F3. This PR adds an argument password to the display password callback.

Closes #150 (closed)

Merge request reports