mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
Add "passwd" (change password) prompt to comint
* lisp/comint.el (comint-password-prompt-regexp): Add "passwd" (to change the password) first promp in Debian bullseye.
This commit is contained in:
parent
44dbc11ff7
commit
bec88ecc82
@ -372,6 +372,7 @@ This variable is buffer-local."
|
||||
"\\(^ *\\|"
|
||||
(regexp-opt
|
||||
'("Enter" "enter" "Enter same" "enter same" "Enter the" "enter the"
|
||||
"Current"
|
||||
"Enter Auth" "enter auth" "Old" "old" "New" "new" "'s" "login"
|
||||
"Kerberos" "CVS" "UNIX" " SMB" "LDAP" "PEM" "SUDO"
|
||||
"[sudo]" "doas" "Repeat" "Bad" "Retype" "Verify")
|
||||
|
@ -43,6 +43,7 @@
|
||||
"PIN for user:" ; Bug#35523
|
||||
"Password (again):"
|
||||
"Enter password:"
|
||||
"Current password:" ; "passwd" (to change password) in Debian.
|
||||
"Enter Auth Password:" ; OpenVPN (Bug#35724)
|
||||
"Verify password: " ; zip -e zipfile.zip ... (Bug#47209)
|
||||
"Mot de Passe :" ; localized (Bug#29729)
|
||||
|
Loading…
Reference in New Issue
Block a user