Project

General

Profile

action #88247

Updated by okurz about 3 years ago

Now it seems openQA holds one password for all users include root, bernhard, etc. 
 For example, when use type_password without parameter, it will use the $testapi::password which doesn't distinguish user. This will make us hard to deal with password in openQA if I changed the password of bernhard in system, we have to update the openQA password with $testapi::password= after that to match different password requirement(sometimes need login bernhard, sometimes need login root). 

 Refer to my ticket #70342 https://progress.opensuse.org/issues/70342 then you may know my pain. 

 So could we manage password for each user in openQA? So we can just set the new password for bernhard in openQA if changed the bernhard's password in system and do not need to touch other users's password.

Back