Page 1 of 1
Anonyous Login ?
Posted: 20 Jan 2006, 19:58
by Raz0r
Posted: 22 Jan 2006, 12:43
by vboctor
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
Posted: 05 Feb 2006, 15:17
by leblancma
I would also add that the anonymous user be locked to prevent someone from adding a password.
Regards,
Maurice LeBlanc
Posted: 05 Feb 2006, 15:33
by leblancma
I would also add that the anonymous user be locked to prevent someone from adding a password.
Regards,
Maurice LeBlanc
Posted: 06 Feb 2006, 01:46
by vboctor
I agree. The anonymous account must be marked as protected.
Regards,
Victor
Checkout MantisConnect
http://www.futureware.biz/mantisconnect/