X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fauth%2FPasswordAuthenticationRequest.php;h=8550f3e2113bf5e7489bc25f4e2c0f2b4ccde49f;hb=b34260f3794623f34b069aa524c7189c9f8d8d8d;hp=187c29ae9f659cf272a336387d012eccb030b95a;hpb=500889f19005b4aed93c5b6eaafd35689fce7dcd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/auth/PasswordAuthenticationRequest.php b/includes/auth/PasswordAuthenticationRequest.php index 187c29ae9f..8550f3e211 100644 --- a/includes/auth/PasswordAuthenticationRequest.php +++ b/includes/auth/PasswordAuthenticationRequest.php @@ -53,6 +53,7 @@ class PasswordAuthenticationRequest extends AuthenticationRequest { 'type' => 'password', 'label' => wfMessage( $passwordLabel ), 'help' => wfMessage( 'authmanager-password-help' ), + 'sensitive' => true, ], ]; @@ -68,6 +69,7 @@ class PasswordAuthenticationRequest extends AuthenticationRequest { 'type' => 'password', 'label' => wfMessage( $retypeLabel ), 'help' => wfMessage( 'authmanager-retype-help' ), + 'sensitive' => true, ]; }