We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As Drupal8 is nearing release and is likely to be used for the next 3-6 years, it would be great if a mumble authenticator could be supported for it.
Unlike Drupal6 which used a simple md5 hash, Drupal 8 is based on phpass. Their implementation can be found here: https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Password!PhpassHashedPassword.php/class/PhpassHashedPassword/8
The table of interest is now 'users_field_data' instead of 'users'. The fields are:
uid name pass
It would probably also make sense to verify that their status is '1' (0 being blocked)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As Drupal8 is nearing release and is likely to be used for the next 3-6 years, it would be great if a mumble authenticator could be supported for it.
Unlike Drupal6 which used a simple md5 hash, Drupal 8 is based on phpass. Their implementation can be found here:
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Password!PhpassHashedPassword.php/class/PhpassHashedPassword/8
The table of interest is now 'users_field_data' instead of 'users'.
The fields are:
uid
name
pass
It would probably also make sense to verify that their status is '1' (0 being blocked)
The text was updated successfully, but these errors were encountered: