function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sai ThejaSai Theja 

login

hi everyone,
I have created a registration page where we have to give details along with username and password for it, and login page with username and password fields.
For username and password fields in login page i have binded the values from registration page.
And i have created multiple registrations with different username and passwords.
In login page every username and password is working but after login it is showing all the registered user details.
I have "my account details" page in which it displays all the registered users details.
I want only the details of logged user.