[freeside-commits] branch FREESIDE_3_BRANCH updated. ef9491e6007b7aed7ae0e0486a6abb237ca08519
Jeremy Davis
jeremyd at 420.am
Mon Sep 28 07:10:41 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via ef9491e6007b7aed7ae0e0486a6abb237ca08519 (commit)
from c68e2488e326a85451b16a046691edcd3f58add5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ef9491e6007b7aed7ae0e0486a6abb237ca08519
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Mon Sep 28 10:10:05 2015 -0400
37669 Additional back-office disclaimers
diff --git a/FS/FS/API.pm b/FS/FS/API.pm
index cc5f609..d331a9b 100644
--- a/FS/FS/API.pm
+++ b/FS/FS/API.pm
@@ -23,7 +23,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
-----------------------------------------------------------------------
Summary of changes:
FS/FS/API.pm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list