OK! It works as long as you use both your salesforce.com password + auth token.
if your password is pass123 and your auth token (secuirty token) is k7T422bzkJadd31z then you would enter "pass123k7T422bzkJadd31z" into the password field (nothing new here). The catch is the following;
The entire password cannot be more than 32 characters
This should most definitely be fixed in the Zimlet as this cut process is done when it POSTs your data into the Zimlet login credentials NOT when it is sent to Salesforce.com.
NOTE: This is not a good idea as your actual salesforce.com password is very weak as a direct result of this "hack". |