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.
# --- anonymous login ----------- $g_allow_anonymous_login = ON; $g_anonymous_account = 'anonymous'; # Optionally, if you want to use blank email addresses $g_allow_blank_email = ON;