User Tools

  • Logged in as: anonymous (anonymous)
  • Log Out

Site Tools


mantisbt:enabling_anonymous_access

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mantisbt:enabling_anonymous_access [2006/09/13 23:15] – created vboctormantisbt:enabling_anonymous_access [2008/10/29 04:25] (current) – external edit 127.0.0.1
Line 6: Line 6:
     * Name: typically "anonymous" or "guest".     * Name: typically "anonymous" or "guest".
     * Real Name: leave empty.     * Real Name: leave empty.
-    * Email: 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.     * Access Level: Typically viewer or reporter depending on the requirement.
     * Enabled: true     * Enabled: true
     * Protected: true     * Protected: true
   * Provide the account with access to the necessary "private" projects.  The anonymous user will automatically get access to "public" projects.   * Provide the account with access to the necessary "private" projects.  The anonymous user will automatically get access to "public" projects.
-  * Set the following configuration options in config_inc.php.  In Mantis 1.1.0a1 and above, these configurations can be set through the web interface.+  * Set the following configuration options in config_inc.php.
  
 <code php> <code php>
Line 17: Line 17:
 $g_allow_anonymous_login = ON; $g_allow_anonymous_login = ON;
 $g_anonymous_account = 'anonymous'; $g_anonymous_account = 'anonymous';
 +
 +# Optionally, if you want to use blank email addresses
 +$g_allow_blank_email = ON;
 </code> </code>
mantisbt/enabling_anonymous_access.txt · Last modified: 2008/10/29 04:25 by 127.0.0.1

Driven by DokuWiki