- First commit to issue fork.
- Assigned to nasrebera
- 🇫🇷France Grimreaper France 🇫🇷
Not possible to expose the hashed password due to \Drupal\user\UserAccessControlHandler::checkFieldAccess():
case 'pass': // Allow editing the password, but not viewing it. return ($operation == 'edit') ? AccessResult::allowed() : AccessResult::forbidden();
So if we make it possible to share users, that password will not be transmited.
- Open on Drupal.org →Core: 10.0.7 + Environment: PHP 8.1 & MySQL 5.7last update
over 1 year ago Not currently mergeable. - last update
over 1 year ago 43 pass - last update
over 1 year ago 43 pass - last update
over 1 year ago 43 pass - last update
over 1 year ago 43 pass - last update
over 1 year ago 9 pass, 63 fail - First commit to issue fork.