주 콘텐츠로 건너뛰기

I have been locked out of my helpdesk by IP whitelisting - 지식 베이스 / Using Deskpro / Sysadmin - Deskpro Support

I have been locked out of my helpdesk by IP whitelisting

저자 리스트

Question:

I enabled IP whitelisting on my helpdesk. Something has gone wrong with sending outgoing email, so I can't receive the email to verify my IP address. How can I log in?


Answer:

In Deskpro On-Premise, you can disable IP whitelisting from the command line.

Navigate to the directory:

 /opt/deskpro/data/instances/{helpdeskID}/services/deskpro/config/

and edit deskpro-config.php and add this line at the bottom:

$CONFIG['settings'] = array('agent.ip_security.enabled' => false);

 That will disable the IP whitelisting check. Once you have fixed the problem with email, don't forget to delete or comment out the line.

 

If you're on Deskpro Cloud, email us at support@deskpro.com

도움이 되었습니다 도움이 되지 않음