Plugin Directory

Changeset 160096


Ignore:
Timestamp:
10/03/2009 01:38:39 AM (17 years ago)
Author:
wnorris
Message:

don't make Shibboleth default login at install. update readme

Location:
shibboleth/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shibboleth/trunk/readme.txt

    r160093 r160096  
    105105== Changelog ==
    106106
    107 = version 1.3 (TBD) =
     107= version 1.3 (2009-10-02) =
    108108 - required WordPress version bumped to 2.8
    109109 - much cleaner integration with WordPress authentication system
    110110 - individual user profile fields can be designated as managed by Shibboleth
     111 - start of support for i18n.  If anyone is willing to provide translations, please contact the plugin author
    111112
    112113= version 1.2 (2009-04-21) =
  • shibboleth/trunk/shibboleth.php

    r160057 r160096  
    3030
    3131    shibboleth_add_option('shibboleth_login_url', get_option('home') . '/Shibboleth.sso/Login');
    32     shibboleth_add_option('shibboleth_default_login', true);
     32    shibboleth_add_option('shibboleth_default_login', false);
    3333    shibboleth_add_option('shibboleth_logout_url', get_option('home') . '/Shibboleth.sso/Logout');
    3434
Note: See TracChangeset for help on using the changeset viewer.