in fact it might still apply to the new user-accounts dialog which has similar looking code
" switch (passwd_handler->backend_state) { case PASSWD_STATE_AUTH: /* Passwd is asking for our current password */
if (is_string_complete (str->str, "assword: ", "failure", "wrong", "error", NULL)) {
if (strstr (str->str, "assword: ") != NULL) {"
so to check and maybe to adapt for that version as well
in fact it might still apply to the new user-accounts dialog which has similar looking code
" switch (passwd_ handler- >backend_ state) {
case PASSWD_STATE_AUTH:
/* Passwd is asking for our current password */
{
so to check and maybe to adapt for that version as well