[NOT AN ISSUE] Disable "Lost password" on login

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
mtarifa
TestLink user
Posts: 5
Joined: Sat Jul 08, 2017 5:50 pm

[NOT AN ISSUE] Disable "Lost password" on login

Post by mtarifa »

Ver:1.9.16 (Moka pot)

Hello. Does any know how or where is the way to disable the lost password option in the login.php.

Thank you.
jhenderson
TestLink user
Posts: 3
Joined: Sun Oct 22, 2017 9:40 am

Re: [NOT AN ISSUE] Disable "Lost password" on login

Post by jhenderson »

I had this same question, turns out if you change:

$tlCfg->authentication['domain'] = array('DB' => array('description' => 'DB', 'allowPasswordManagement' => true) ,
to
$tlCfg->authentication['domain'] = array('DB' => array('description' => 'DB', 'allowPasswordManagement' => false) ,
jhenderson
TestLink user
Posts: 3
Joined: Sun Oct 22, 2017 9:40 am

Re: [NOT AN ISSUE] Disable "Lost password" on login

Post by jhenderson »

Well I can't figure out how to edit my post. Anyway, this issue was resolved by changing 'DB', 'allowPasswordManagement' to false.

..j
mtarifa
TestLink user
Posts: 5
Joined: Sat Jul 08, 2017 5:50 pm

Re: [NOT AN ISSUE] Disable "Lost password" on login

Post by mtarifa »

Thank you . we will try that.
mtarifa
TestLink user
Posts: 5
Joined: Sat Jul 08, 2017 5:50 pm

Re: [NOT AN ISSUE] Disable "Lost password" on login

Post by mtarifa »

It works perfect! thank you jhenderson!!!
Post Reply