Ignore:
Timestamp:
11/10/08 22:47:48 (4 years ago)
Author:
KennethLavrsen
Message:

Item109: Finally reached the end of the renaming of
TWikiPreferences to Default/SitePreferences in trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FakeBasicAuthRegPlugin/data/TWiki/FakeBasicAuthRegPlugin.txt

    r464 r527  
    1010How it works is: SSL logs you in based on your client cert.  Instead of popping a login box, it gets your userid from the cert, and then authenticates you by doing a "fake" login using that userid and a password of "password".  If you have a valid entry in the htpassword file, login succeeds and REMOTE_USER is set.  If it fails, the login box pops up (and unfortunately you can't login; which is ok). 
    1111 
    12 This plugin only provides authentication/registration.  It's up to you to configure access restrictions later via WebPreferences, TWikiPreferences, Main.TWikiGroups, etc, or using an access restrictions plugin (are there any?).  See TWiki.TWikiAccessControl for more info. 
     12This plugin only provides authentication/registration.  It's up to you to configure access restrictions later via WebPreferences, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, Main.TWikiGroups, etc, or using an access restrictions plugin (are there any?).  See TWiki.TWikiAccessControl for more info. 
    1313 
    1414In addition, this plugin provides access to environment variables in a TWiki topic (this was necessary for registration to work). 
Note: See TracChangeset for help on using the changeset viewer.