onelogin / drupal-saml

MIT License
14 stars 17 forks source link

Provide users with the ability if the module can successfully run. (Site Builders User Experience) #12

Closed chriscalip closed 10 years ago

chriscalip commented 10 years ago

The idea is to have an implemented hook_requirements so that when site admin users go to /admin/reports/status

They can see this modules requirements and if the site has those requirements resolved.

Requirements e.g. site needs openssl, mcrypt, and gettext.

reference: https://api.drupal.org/api/drupal/modules%21system%21system.api.php/function/hook_requirements/7 https://github.com/onelogin/php-saml#dependences

pitbulk commented 10 years ago

It sounds interesting

chriscalip commented 10 years ago

cool, ill provide a git pull request later on the day.

pitbulk commented 10 years ago

Thanks for contribute!