Variable: authinfo-hidden

authinfo-hidden is a customizable variable defined in auth-source.el.gz.

Value

"password"

Documentation

Regexp matching elements in .authinfo/.netrc files that should be hidden.

This variable was added, or its default value changed, in Emacs 27.1.

Probably introduced at or before Emacs version 27.1.

Source Code

;; Defined in /usr/src/emacs/lisp/auth-source.el.gz
;;; Tiny mode for editing .netrc/.authinfo modes (that basically just
;;; hides passwords and adds basic syntax highlighting).

(defcustom authinfo-hidden "password"
  "Regexp matching elements in .authinfo/.netrc files that should be hidden."
  :type 'regexp
  :version "27.1")