Validating Credentials

how credentials would be validated, when user enters credentials and hits Submit on pega login?

Regards,

Vinnu

@vinnuk17205500

Hi,

The Username and password entered would be verified against the database table {Data-Admin-Operator-ID}

Once the credentials matches, then the user would be redirected to the application.

Note: {Data-Admin-Operator-ID} represents db table for this class Data-Admin-Operator-ID.

@vinnuk17205500

When a user enters credentials and hits Submit on a Pega login portal, the system validates the credentials by checking them against the stored user information in the pr_Operators Pega database (Data-Admin-Operator-ID)Class and Datapage is available (D_OperatorsList)when you Run this DataPage you will get the List of Operators.If the credentials match, the user is authenticated and granted access otherwise, an error message is displayed.

@vinnuk17205500

Pega compares the input username and password from the pr_operators. If there’s a match then the transaction is successful and login is granted.