Variable: url-max-password-attempts
url-max-password-attempts is a customizable variable defined in
url-vars.el.gz.
Value
5
Documentation
Maximum number of times a password will be prompted for.
Applies when a protected document is denied by the server.
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-vars.el.gz
(defcustom url-max-password-attempts 5
"Maximum number of times a password will be prompted for.
Applies when a protected document is denied by the server."
:type 'integer
:group 'url)