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

Last revisionBoth sides next revision
mantisbt:enabling_anonymous_access [2006/09/13 23:15] – created vboctormantisbt:enabling_anonymous_access [2007/12/28 19:00] – Amended for http://www.mantisbt.org/bugs/view.php?id=8671 giallu
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.  For security reasons this feature is disabled by default.  Mantis allows customising what an anonymous user can access and can modify the same way it does for normal user.  This is done by requiring that a user account be created and granted all the required access and then being selected as the account to be used for anonymous access.  
- 
-  * Create a user account 
-    * Name: typically "anonymous" or "guest". 
-    * Real Name: leave empty. 
-    * Email: leave empty. 
-    * Access Level: Typically viewer or reporter depending on the requirement. 
-    * Enabled: true 
-    * Protected: true 
-  * 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. 
- 
-<code php> 
-# --- anonymous login ----------- 
-$g_allow_anonymous_login = ON; 
-$g_anonymous_account = 'anonymous'; 
-</code> 
mantisbt/enabling_anonymous_access.txt · Last modified: 2008/10/29 04:25 by 127.0.0.1

CC Attribution-Noncommercial-Share Alike 4.0 International Driven by DokuWiki