Reply
Regular Contributor
Suree
Posts: 97

hi i developed a site and tired to login from a web browser but iam getting the following error



 
Authorization Required 

You must first log in or register before accessing this page. 
If you have forgotten your password, click Forgot Password to reset it. 

   
Powered by

 

Regular Contributor
Vishwanath
Posts: 39

Re: hi i developed a site and tired to login from a web browser but iam getting the following error

Hi,

 

if u developed custome login page then add your page in site...

 

set up ---> Develop --- > site ---> click on site name --> click edit Visualforce page'

 

Regular Contributor
bioscience man
Posts: 134

Re: hi i developed a site and tired to login from a web browser but iam getting the following error

Also make sure the"{!$Site.Prefix}/" is part of your URL if you are coming to the visualforce page from some other link (e.g. onclick = "window.top.location=' {! $Site.Prefix}/PublicJobApplication?jobid={!Position__c.id}'; )