function UserAccessControlHandlerTest::testPasswordAccess
Tests that passwords cannot be viewed, just edited.
@dataProvider passwordAccessProvider
File
- 
              core/modules/ user/ tests/ src/ Unit/ UserAccessControlHandlerTest.php, line 331 
Class
- UserAccessControlHandlerTest
- Tests the user access controller.
Namespace
Drupal\Tests\user\UnitCode
public function testPasswordAccess($viewer, $target, $view, $edit) : void {
  $this->assertFieldAccess('pass', $viewer, $target, $view, $edit);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
