Steps required to reproduce the bug
1. Create a new view from users entities.
2. Add field "The password of this user (hashed)"
What behavior were you expecting?
I'd expect to see hashed password of user. Same information as in users_field_data
table in pass
column.
Motivation
I'm migrating users from various Drupal 8 sites to a single Drupal 8 site. I've found Views to be easiest way to generate the source data in desired format.
Proposed resolution
Either hashed password should be rendered OR there should be no "The password of this user (hashed)" field in View UI.
Not sure if this is user.module or views_ui.module issue.