comint-watch-for-password-prompt

comint-watch-for-password-prompt is a compiled Lisp function in `comint.el'.

(comint-watch-for-password-prompt STRING)

Prompt in the minibuffer for password and send without echoing.
This function uses `send-invisible' to read and send a password to the buffer's
process if STRING contains a password prompt defined by
`comint-password-prompt-regexp'.

This function could be in the list `comint-output-filter-functions'.