How to Make Testlink Authentication using User's mail id?

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
vijithpa
TestLink user
Posts: 2
Joined: Mon Jun 06, 2011 10:02 am

How to Make Testlink Authentication using User's mail id?

Post by vijithpa »

Hi friends,

I installed and Configured TestLink 1.9.2 and it's Working fine ..
Now i want to change the Authentication of Users through Email... that
means instead of using login id as some name i want to use Email id of that User?
I cann't create user with their login as email id it's showing The Login Name contains invalid characters!

Any help would be very very appreciated.

Thanks.
jeniferjohn
TestLink user
Posts: 2
Joined: Wed Jul 27, 2011 10:49 am

Re: How to Make Testlink Authentication using User's mail id

Post by jeniferjohn »

The Login name should accept only alphabets.. It should not allow special characters like @,. in Testlink.
Unhandled
Advanced user
Posts: 67
Joined: Sun Jan 23, 2011 11:28 pm

Re: How to Make Testlink Authentication using User's mail id

Post by Unhandled »

Validation of user names is configurable. See config.inc.php (excerpt below). However I'm not sure about whether special character are "safe" for the db. Use with caution.

/** Validating new user login names */
$tlCfg->validation_cfg->user_login_valid_regex='/^[\w \- .]+$/';
Post Reply