Next step: Define the administrator usersPrevious step: Configure FoswikiUp: Overview
Installing Foswiki: Enable authentication of users
By enabling authentication, you can control access to your site and track the activity of your users.
This is particularly important for sites that are publicly accessible on the web. You are strongly encouraged to read
System.UserAuthentication and
Foswiki:Support.UserAuthenticationSupplement for further information about managing users and access controls for your Foswiki site.
The most common authentication methods used for public Foswiki installations are Template Login and Apache Login. They have the following relative advantages:
- Template Login can be set up without any web server configuration, and users can log off without restarting the browser. As the login page is just a Wiki page, you can customize it to suit your needs.
- Apache Login allows you to use any Apache-module based authentication scheme, such as
mod_auth_ldap
or mod_auth_mysql
. However, as your browser is caching your login, you must restart the browser to log out.
Note that the password databases for both of these authentication mechanisms are compatible, so you can switch between them at a later date.
Next step: Define the administrator usersPrevious step: Configure FoswikiUp: Overview
Customized versions of
InstallStepEnableAuthentication: