Hi Testlink fans!
every month I need to create about 10-20 Testlink accounts. I do it manually via UI. Is there any other way how to do it? Script, API...?
Thx
Moderators: Amaradana, TurboPT, TL Developers
#1305 - FUNCTION testlink.HashBytes does not exist
INSERT INTO /*prefix*/users (login,password,role_id,email,first,last,locale,active,cookie_string)
VALUES ('Username','21232f297a57a5a743894a0e4a801fc3', 7,'', 'A', 'B','en_GB',1,HashBytes('MD5',CAST(RAND() AS CHAR)) + HashBytes('MD5','Username') )
INSERT INTO /*prefix*/users (login,password,role_id,email,first,last,locale,active,cookie_string)
VALUES ('admin','21232f297a57a5a743894a0e4a801fc3', 8,'', 'Testlink', 'Administrator', 'en_GB',1,HashBytes('MD5',CAST(RAND() AS CHAR)) + HashBytes('MD5','admin') );
#1305 - FUNCTION testlink.HashBytes does not exist
Users browsing this forum: No registered users and 0 guests