http://www.sphere-italia.org/mantis/main_page.php
How they made the Anonymous Login ?
Anonyous Login ?
Moderators: Developer, Contributor
To activate anonymous login, you will need to do the following:
1. Create an account and call it anonymous.
2. Assign the appropriate access to this account (i.e. the projects that it should have access to, and with the appropriate access levels).
3. Set the following configuration options in config_inc.php
# --- anonymous login -----------
# Allow anonymous login
$g_allow_anonymous_login = ON;
$g_anonymous_account = 'anonymous';
Regards,
Victor.
MantisConnect
http://www.futureware.biz/mantisconnect
1. Create an account and call it anonymous.
2. Assign the appropriate access to this account (i.e. the projects that it should have access to, and with the appropriate access levels).
3. Set the following configuration options in config_inc.php
# --- anonymous login -----------
# Allow anonymous login
$g_allow_anonymous_login = ON;
$g_anonymous_account = 'anonymous';
Regards,
Victor.
MantisConnect
http://www.futureware.biz/mantisconnect
I agree. The anonymous account must be marked as protected.
Regards,
Victor
Checkout MantisConnect
http://www.futureware.biz/mantisconnect/
Regards,
Victor
Checkout MantisConnect
http://www.futureware.biz/mantisconnect/