mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +02:00
Apply patch for bug 150127 - read saved password when dialog is forced
This commit is contained in:
parent
6e04109109
commit
941fff5c36
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ public abstract class AbstractConnectorService extends RSEModelObject implements
|
|||
}
|
||||
|
||||
// Check the saved passwords if we still haven't found a good password.
|
||||
if (passwordInformation == null && userId != null && !forcePrompt) {
|
||||
if (passwordInformation == null && userId != null) {
|
||||
SystemSignonInformation savedPasswordInformation = ppm.find(hostType, hostName, userId);
|
||||
if (savedPasswordInformation != null) {
|
||||
if (validator == null || validator.isValid(shell, savedPasswordInformation)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue