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!
Removing password encryption from Database
Moderators: Developer, Contributor
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
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux