Skip to content

Commit 91e6b27

Browse files
authored
remove comments
1 parent db506b5 commit 91e6b27

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

onelogin-saml-sso/php/configuration.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
<?php
2-
3-
/*
4-
* includes capabilities for a "remember me" login flag passed as a SAML Attribute.
5-
* To use, pass a value of 'yes' in a SAML Attribute (for example, coming from a 'remember me'
6-
* checkbox on a custom login), then map that attribute
7-
* name to the WordPress Dashboard SSO Settings here:
8-
* Wordpress Settings => SSO/SAML Settings => Attribute Mapping => Remember Me
9-
10-
* Other affected files: /php/functions.php
11-
*/
12-
132
// Make sure we don't expose any info if called directly
143
if ( !function_exists( 'add_action' ) ) {
154
echo 'Hi there! I\'m just a plugin, not much I can do when called directly.';

0 commit comments

Comments
 (0)