[SOLVED] Password change is missing

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
narsu
Advanced user
Posts: 43
Joined: Sat Feb 17, 2007 2:07 pm
Contact:

[SOLVED] Password change is missing

Post by narsu »

Hello!

Have you noticed any problems with 1.9.10 when you area adding new users?
I cannot see any button to create password? Is there something with LDAP/local DB settings?

I didn't create a defect, because I assume this kind of problem is something to do with my own installation? Or is it?

I can seen normal user list at beginning...

Image

Then I want to create new user

Image

Cannot set password?
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Password change is missing

Post by fman »

have you tried to set a SPECIFIC auth method instead of leaving it to DEFAULT ?
narsu
Advanced user
Posts: 43
Joined: Sat Feb 17, 2007 2:07 pm
Contact:

Re: Password change is missing

Post by narsu »

YES It works!

I made new installation and naturally I used old My custom_config.inc file with "unused" authentication MD5. I tried by mistake first change value in config.inc.....

How to fix:

I replaced old custom_config.inc.php authentication parameter

$tlCfg->authentication['method'] = 'MD5';

with correct

$tlCfg->authentication['method'] = 'DB';

now password setting is enabled again!

Thank's to you fman because of right question!

br,
Narsu
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

[SOLVED] Re: Password change is missing

Post by fman »

Great!, Just add tweet with link to the other related post.
Post Reply