Skip to content
New issue

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

Drupal 8 Authentication (Request) #9

Open
ColdSunERA opened this issue Apr 25, 2015 · 0 comments
Open

Drupal 8 Authentication (Request) #9

ColdSunERA opened this issue Apr 25, 2015 · 0 comments

Comments

@ColdSunERA
Copy link

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)

@ColdSunERA ColdSunERA changed the title Drupal 8 Authentication Drupal 8 Authentication (Request) Apr 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant