Enable IP login restriction open for profile

Enable IP login restriction open for profile:

IP address restriction and verification process are generally good. But there are scenario where we don't want to see it or when login from different IP with some others credentials and you don't have access to email of user who is logging in. Each time we should be request verification code from them which is really annoying.

In order to avoid this, you can specify the Start IP Address as "0.0.0.0" and End IP Address as "255.255.255.255"



By doing this,
  • This won't ask for verification process while logging in from different IP.
  • No need for security token when logging in from external systems. eg: Data loader
This can be done on Sandbox or developer org where multiple peoples may work at same time. But I don't strictly recommend this for production environment since it may arise security issues.

Comments

Popular Posts