Skip to content

Conversation

@michaelryanmcneill
Copy link
Owner

No description provided.

Adding documentation/comments to various functions
Disabling password reset and password changes if local auth is disabled (#28)
Adding inital support for custom prefixes (#27)
@michaelryanmcneill
Copy link
Owner Author

Thanks @jrchamp for all your help on this release!

@michaelryanmcneill michaelryanmcneill merged commit 3c7c97d into master May 16, 2018
@michaelryanmcneill michaelryanmcneill deleted the 2.1-alpha branch May 16, 2018 19:56
case 'logging' :
$constant = false;
list( $shib_logging, $shib_logging_constant ) = shibboleth_getoption( 'shibboleth_logging', true, false, true );
list( $shib_logging, $shib_logging_constant ) = shibboleth_getoption( 'shibboleth_logging', array(), false, true );
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm thinking this should be array(), true, true. All the other ones that have a default value of array() are immediately followed by true

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're correct, I'll fix this in the dot release as well.

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

Successfully merging this pull request may close these issues.

3 participants