diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2015-09-28 10:08:59 -0400 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2015-09-28 10:08:59 -0400 |
commit | 8018887c854aa1526d15f853dc51c2c337845f49 (patch) | |
tree | 5c3cfc304824796830f14072164f9b0167c012bf | |
parent | 26876f94289244e0e3b8645f895265fdf2992490 (diff) |
37669 Additional back-office disclaimers
-rw-r--r-- | FS/FS/API.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/FS/FS/API.pm b/FS/FS/API.pm index f848361ac..7ee080257 100644 --- a/FS/FS/API.pm +++ b/FS/FS/API.pm @@ -24,7 +24,9 @@ This module implements a backend API for advanced back-office integration. In contrast to the self-service API, which authenticates an end-user and offers functionality to that end user, the backend API performs a simple shared-secret authentication and offers full, administrator functionality, enabling -integration with other back-office systems. +integration with other back-office systems. Only ccess this API from a secure +network from other backoffice machines. DON'T use this API to create customer +portal functionality. If accessing this API remotely with XML-RPC or JSON-RPC, be careful to block the port by default, only allow access from back-office servers with the same |