Thanks for the option to hide password field on user edit pages as mentioned in https://www.drupal.org/project/social_auth_hid/issues/3164384
However, when that config is enabled and you try to add a new user, a validation message is shown "Password field is required".
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3202430-3.patch | 4.42 KB | hardikpandya |
| social auth hid issue with password field hidden.png | 59.87 KB | hardikpandya |
Comments
Comment #2
attiks commentedThanks for reporting, can you create a patch to solve this?
Comment #3
hardikpandya commentedI am of the opinion that it does not make much sense to make the user enter a password while registering if the config "Hide password fields on user edit page" is enabled as that password would be of no use to him later. In this case, we should hide it from the user register page as well and set a random password just to ensure the user account doesn't end up with an empty password value.
Adding a patch for this.
Comment #5
attiks commented