OnlinePhotoShop.CustomerDB.Login Function
Authenticates a customer.

Public bool Login (string, string)
  Type Name Description  
    string email Customer's Email address.  
    string password Secret password used for authentication.  
  Return Description  
    bool Returns true if the authentication was succesfull.