Page 1 of 1

Removing password encryption from Database

Posted: 23 May 2007, 12:04
by Apivita
Hello all...

I'd like to ask how is it possible to remove the password encryption from the mantis database. I need to do that in order to integrate the users from another database that the password is not encrypted, and then use a common login page that logs the users in two different systems (mantis and horde) at the same time.

Do you have any ideas how is it possible to achieve this?

I'm looking forward to your reply!!

thanks in advance!

Posted: 23 May 2007, 13:50
by deboutv
You need to set the following option (in your config_inc.php file):

Code: Select all

	# --- login method ----------------
	# CRYPT or PLAIN or MD5 or LDAP or BASIC_AUTH
	# You can simply change this at will. Mantis will try to figure out how the passwords were encrypted.
	$g_login_method				= PLAIN;