We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db506b5 commit 91e6b27Copy full SHA for 91e6b27
1 file changed
onelogin-saml-sso/php/configuration.php
@@ -1,15 +1,4 @@
1
<?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
13
// Make sure we don't expose any info if called directly
14
if ( !function_exists( 'add_action' ) ) {
15
echo 'Hi there! I\'m just a plugin, not much I can do when called directly.';
0 commit comments