onelogin / drupal-saml

MIT License
14 stars 17 forks source link

Update to allow Drupal user account autocreation. #24

Closed bessonette closed 9 years ago

bessonette commented 9 years ago

The module was not creating users even with the setting enabled. Noticed that the $autocreate variable was not set so this PR creates the variable in the onelogin_saml_auth function and sets it to the value of the autocreate setting.