dsdbusch commented on issue #3424: URL: https://github.com/apache/streampipes/issues/3424#issuecomment-2609410231
It seems that on edit the ENCRYPED password will be written inside the password field and internally the "PasswordEncrypted" flag is set to true. Modifying the password in the field will change the "PasswordEncrypted" flag to false - so ALL of the text has to be changed! Also the browser's password manager will notice the password is changes (from clear text to encrypted) - this will fail later if the password manager will use the encrypted password due the flag is wrong. If you know about this, you can handle that. I think the better way will be ALWAYS write the password in clear into the field (it will be displayed like '***********'). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
