Validate Login Details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2022 11:16 PM
I have a one custom application that will contain a user registration form , login form , varieties of books with their description and price.
When I submit details from login page i need to validate user name and password of the registered users how can i write a code to validate? if its valid i will display the list of books otherwise give an alert like enter a valid username and password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2022 11:39 PM
Its best practice to extend the sys_user table which helps you to reuse the exiting features in the platform for your custom requirement.
if required, Installation Exit is to be customized. But make sure you validate the request is from the expected portal so that you wont break the current authentication using sys_user table.
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2022 01:31 AM
Hi vasantharajan Thanks for your Swift response Here I am sharing More details of my Requirement.
This is My login Form After Submitting The details its validating and capturing i don't want capture i just need evaluate with user details with my custom table.
for validate the user details i used the script Include and i called it from client side for your reference i am pasting the code here.
client Script
Script Include
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2022 02:14 AM
May I know the Password field type that you configured in your custom table?
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2022 02:39 AM
password type is 1way encrypted