Removing password encryption from Database

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
Apivita
Posts: 2
Joined: 23 May 2007, 06:59

Removing password encryption from Database

Post 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!
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Post 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;
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/

Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
Post Reply