cancel
Showing results for 
Search instead for 
Did you mean: 

Validating user in Agentry

Former Member
0 Kudos

Hi Guys,

I am novice to Agentry.I am trying to validate user in ATE for particular user-id and Password.Please guide me what are the changes that i need to make in validateuser.sql and connection profile in cockpit.Do i need to create table in sql backend to check user name and password?

Regards,

Ashish

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

So you have 2 different issues going on.

1) How do you update the Validation Script to validate users

- The script needs to return true when user is valid.  But how you check the username and password depends on how you want to validate user in your database.  The fastest (but least secure way would be to have a table with usernames and password where you just have the script check again

2) how to set up the Cockpit to connect to the database.

This depends on what type of Database you are using.