Zum Hauptinhalt springen
WARNING You're browsing the documentation for an old version of Deskpro. Consider updating to Deskpro Horizon.

Bypass IP whitelisting

in Troubleshooting
Autorenliste
veröffentlicht: 21. März 2017|Letzte Aktualisierung: 3. Juli 2018

Deskpro’s IP whitelisting feature requires you to confirm your identity by clicking on a link in an email when you access the helpdesk from a new IP address.

If email delivery from your helpdesk stops working after you enable IP whitelisting, you can end up locked out. The token login method will not work in this situation.

You can manually whitelist an IP using:

php bin/console dp:agents whitelist-ip

You will be prompted to enter the email address of an agent and the IP to whitelist.

You can disable whitelisting altogether by entering this line in your config.settings.php file:

$DP_CONFIG['SETTINGS'] = array('agent.ip_security.enabled' => false);

Once you have regained access, remember to remove this line or comment it out before you try to turn IP whitelisting back on.

HilfreichNicht hilfreich
nächste SeiteEnable cron logging
vorherige SeiteManage logins from command line

Bitte loggen Sie sich ein oder melden Sie sich an, um einen Kommentar zu hinterlassen.