mantisbt:enabling_anonymous_access
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mantisbt:enabling_anonymous_access [2007/12/28 19:00] – Amended for http://www.mantisbt.org/bugs/view.php?id=8671 giallu | mantisbt:enabling_anonymous_access [2008/10/29 04:25] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Enabling Anonymous Access ====== | ||
| + | Mantis can be setup in a way to allow users to access Mantis without having to sign up or login. | ||
| + | |||
| + | * Create a user account | ||
| + | * Name: typically " | ||
| + | * Real Name: leave empty. | ||
| + | * Email: anonymous@localhost (or leave empty if you also set $g_allow_blank_email = ON). | ||
| + | * Access Level: Typically viewer or reporter depending on the requirement. | ||
| + | * Enabled: true | ||
| + | * Protected: true | ||
| + | * Provide the account with access to the necessary " | ||
| + | * Set the following configuration options in config_inc.php. | ||
| + | |||
| + | <code php> | ||
| + | # --- anonymous login ----------- | ||
| + | $g_allow_anonymous_login = ON; | ||
| + | $g_anonymous_account = ' | ||
| + | |||
| + | # Optionally, if you want to use blank email addresses | ||
| + | $g_allow_blank_email = ON; | ||
| + | </ | ||
