$ret = [ 'username' => [ 'type' => 'string', 'label' => wfMessage( 'userlogin-yourname' ), 'help' => wfMessage( 'authmanager-username-help' ), ], 'password' => [ 'type' => 'password', 'label' => wfMessage( $passwordLabel ), 'help' => wfMessage( 'authmanager-password-help' ), 'sensitive' => true, ], ];
Where are these help messages displayed/used?


