Skip to content

Commit e1bd275

Browse files
server/gnome: Mark change-password as a new password
Similar to what is done in gnome-keyring
1 parent ef094d0 commit e1bd275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/gnome/prompter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ impl Properties {
139139
.expect("Wrong format in translatable string"),
140140
),
141141
warning: Some(gettext("This operation cannot be reverted")),
142-
password_new: None,
142+
password_new: Some(true),
143143
password_strength: None,
144144
choice_label: None,
145145
choice_chosen: None,

0 commit comments

Comments
 (0)