[SalesForce] Unable to see the Reset Security Token in the Salesforce org

I want to get the Security Token of my salesforce org. but the option is not visible in my org,

I have navigated to below path and checked, but i am not able to see that Option.

setup –> My settings –> personal –> My personal Information.

Their is no login IP ranges for my org.

How do I find out the Refresh security token.

Best Answer

Most likely it is because you are currently accessing from an IP that is within the Trusted IP Ranges (Setup -> Administer -> Security Controls -> Network Access) and Salesforce hides that option in that case.

That might explain why it is not displayed, but you can still access through the link. Just put /_ui/system/security/ResetApiTokenEdit after https://......force.com

Or... (while it still works the redirect if you don't have my-domain enabled and so on)

Related Topic