cedrozor / myrtille

A native HTML4 / HTML5 Remote Desktop Protocol and SSH client
https://www.myrtille.io
Apache License 2.0
1.78k stars 372 forks source link

Check for correct password #345

Open EmirC86 opened 2 years ago

EmirC86 commented 2 years ago

Hello, We are using Myrtille with the function to start a remote application from a URL. The password in this URL is hashed, because the users use their Active Directory account they also need to change their password every now and then.

After the password change the users have to hash their new password, now it happened already a few times that they type their new password wrong. Because of this the remote application doesn't work then anymore. The issue that i have is that Myrtille doesn't have good feedback that the user typed their password wrong. Is there a way for better feedback regarding wrong password or is there a way to check if the users typed their correct password?

cedrozor commented 2 years ago

Hi, you should normally have a dialog box saying that there are missing or invalid credentials, is it not the case ? what is the remote session exit code in the (myrtille install path)\log\Myrtille.Services logs ?