Hello there,
So sorry for the delay in the you getting a response on this issue!
This message is popping up because the "check IP" option was enabled in under the staff settings, which is used to restrict what IP addresses can log into the administrator panel.
![[Image: attachment.php?aid=41]](https://forum.fossbilling.org/attachment.php?aid=41)
This setting is saved to the database under the extension_meta table and can be deleted with the following SQL query, which will reset the "staff" settings inside of FOSSBilling:
Code:
DELETE FROM extension_meta WHERE extension LIKE 'mod_staff' AND meta_key LIKE 'config';
Attached Files
Thumbnail(s)