ktbartholomew / saml-20-single-sign-on

Wordpress plugin that makes a Wordpress site act as a SAML service provider
GNU General Public License v2.0
37 stars 22 forks source link

Add support for custom WordPress roles #4

Closed phille97 closed 8 years ago

phille97 commented 8 years ago

Add ability to map WordPress roles other than the standard 5

ktbartholomew commented 8 years ago

@phille97 This looks great, thanks for the PR! I need to make sure I have a clear path for getting changes from GitHub to the Wordpress SVN repo, as this will be the first change published since I moved the code here. I'll merge and cut a new release once I figure all that out.

phille97 commented 8 years ago

https://gist.github.com/kasparsd/3749872#pushing-changes-to-wordpress-subversion-repository ;)

ktbartholomew commented 8 years ago

@phille97 Thanks for the bump :) :shipit:

ktbartholomew commented 8 years ago

@phille97 I finally worked through my SVN troubles (turns out parts of SimpleSAMLPHP have syntax errors under PHP 5.4) so version 0.9.4 has now been published, including your changes. Thanks for the contribution!