gnome-shell/js/gdm
Georges Basile Stavracas Neto 7e27a2db3d authPrompt: Keep password entry on reset
Usually, logging in or unlocking the session is made asynchronously,
and AuthPrompt properly manages which entry is currently visible.
External code don't rely on any specific entry to be set, since it
is AuthPrompt's responsibility to select the correct one to be shown.

However, there's one specific case where AuthPrompt must preserve
the password entry: on reset. The reset code preserved whatever
entry was currently displayed, but after fe69dacaf1, it always
changes to the username entry.

Make sure to show the password entry on reset.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/999
2020-02-13 18:11:16 -03:00
..
authPrompt.js authPrompt: Keep password entry on reset 2020-02-13 18:11:16 -03:00
batch.js cleanup: Avoid unnecessary braces 2019-11-11 19:25:14 +00:00
fingerprint.js cleanup: Avoid unnecessary parentheses 2019-11-11 19:25:14 +00:00
loginDialog.js loginDialog: Hide session menu button when showing the user list 2020-02-13 18:11:05 -03:00
oVirt.js cleanup: Avoid unnecessary parentheses 2019-11-11 19:25:14 +00:00
realmd.js realmd: Set login format to null on start and update if invalid 2019-09-09 19:28:18 +00:00
util.js js: Use StPasswordEntry for password entry fields 2019-12-17 23:08:43 +01:00