Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
TWiki Installation Guide | ||||||||
Line: 93 to 93 | ||||||||
These are the steps for enabling "Template Login" which asks for a username and password in a web page, and processes them using the Apache 'htpasswd' password manager. Users can log in and log out.
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Line: 102 to 102 | ||||||||
You are strongly encouraged to read TWiki.TWikiUserAuthentication , TWiki:TWiki.TWikiUserAuthenticationSupplement![]() ![]() | ||||||||
Changed: | ||||||||
< < | Note! The other LoginManager option TWiki::Client::ApacheLogin uses a basic Apache type authentication where the browser itself prompts you for username and password. Most will find the TemplateLogin looking nicer. But ApacheLogin is required when you use Apache authentication methods like mod_ldap where all authentication is handled by an Apache module and not by the TWiki perl code. When you use ApacheLogin the apache configuration must be set up to require authentication of the some but not all the scripts in the bin directory. This section in the Apache config (or .htaccess) controls this | |||||||
> > | Note! The other LoginManager option TWiki::LoginManager::ApacheLogin uses a basic Apache type authentication where the browser itself prompts you for username and password. Most will find the TemplateLogin looking nicer. But ApacheLogin is required when you use Apache authentication methods like mod_ldap where all authentication is handled by an Apache module and not by the TWiki perl code. When you use ApacheLogin the apache configuration must be set up to require authentication of the some but not all the scripts in the bin directory. This section in the Apache config (or .htaccess) controls this | |||||||
<FilesMatch "(attach|edit|manage|rename|save|upload|mail|logon|rest|.*auth).*"> |