Changeset 804 for trunk/doc/ChangeLog


Ignore:
Timestamp:
Jul 17, 2005, 5:06:39 PM (19 years ago)
Author:
plg
Message:
  • new feature : use Apache authentication. If $confapache_authentication is set true : if no user matches $_SERVERREMOTE_USER in "users" table, PWG automatically creates one. This way, users can customize the behaviour of the application.
  • template : new organisation of identification menu (category.php). Simplification is required for Apache authentication (no logout link even if user is externally logged in)
  • new : usernames can contain quotes (required because Apache authentication authorized quotes in usernames)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ChangeLog

    r803 r804  
     12005-07-17 Pierrick LE GALL
     2
     3        * new feature : use Apache authentication. If
     4        $conf['apache_authentication'] is set true : if no user matches
     5        $_SERVER['REMOTE_USER'] in "users" table, PWG automatically
     6        creates one. This way, users can customize the behaviour of the
     7        application.
     8
     9        * template : new organisation of identification menu
     10        (category.php). Simplification is required for Apache
     11        authentication (no logout link even if user is externally logged
     12        in)
     13
     14        * new : usernames can contain quotes (required because Apache
     15        authentication authorized quotes in usernames)
     16
    1172005-07-17 Pierrick LE GALL
    218
Note: See TracChangeset for help on using the changeset viewer.