Skip to content

Commit 50e6780

Browse files
committed
Auto configure on username change.
1 parent 25eb208 commit 50e6780

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osx/src/main/java/ch/cyberduck/ui/cocoa/controller/BookmarkController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ public void setUsernameField(final NSTextField field) {
476476
@Action
477477
public void usernameFieldTextDidEndEditing(final NSNotification sender) {
478478
bookmark.getCredentials().setUsername(StringUtils.trim(usernameField.stringValue()));
479+
bookmark.setCredentials(CredentialsConfiguratorFactory.get(bookmark.getProtocol()).configure(bookmark));
479480
this.update();
480481
}
481482

0 commit comments

Comments
 (0)