• ramanprakash
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 3
    Replies

Is there any way I can write a little logic on the 'Customer Portal Home' page that can give the following.

 

unique-key=sha1(<current-time>, <key>)

 

The reason I need to do this, is because I need to have a link that can be accessible only through the customer login portal.

 

the resultant link I would like is.

 

http://<xyz>.com?unique-key=<unique-key>

Hi,

 

I have the Professional Edition and when I try the login API i get the following error 'API_DISABLED_FOR_ORG: API is not enabled for this Organization or Partner'.

 

I am using PHP to access the API.

 

Which edition will I need, or is there some setting I need to enable to make it work ?