Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
public pagereferenc login(){ List <customobject__c> test = [ Select id,Username__c,Password__c from Customobject__c where Username__c = : username & Password__c = : password ] ; If(Test.size() == null ) { Write Error message } else { write sucess meassage . } }
Are you created customer portal,where you r using that page.And you can use Object Record to authentication will work .
Any help ask me .
Thanks,
Swetha.B