[ofbiz-framework] branch release17.12 updated: Documented: warns users about demo credentials in production

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch release17.12 updated: Documented: warns users about demo credentials in production

jleroux@apache.org
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release17.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release17.12 by this push:
     new 8390abb  Documented: warns users about demo credentials in production
8390abb is described below

commit 8390abb8550e8c6b0af287b5d93458dc1d59f96a
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Sat Aug 29 09:54:24 2020 +0200

    Documented: warns users about demo credentials in production
---
 README.adoc | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/README.adoc b/README.adoc
index f4bd891..72ceb83 100644
--- a/README.adoc
+++ b/README.adoc
@@ -131,8 +131,10 @@ Once proper mitigations to the security issues are complete the OFBiz team will
 disclose this information to the public mailing list.
 
 You can find more information about security in OFBiz at
-https://cwiki.apache.org/confluence/display/OFBIZ/Keeping+OFBiz+secure[Keeping
-OFBiz secure]
+https://cwiki.apache.org/confluence/display/OFBIZ/Keeping+OFBiz+secure[Keeping OFBiz secure]
+
+[CAUTION]
+In production never use the credentials contained in demo data. Not only the admin credentials, but all of them.
 
 [[build-system-syntax]]
 == Build system syntax
@@ -274,8 +276,7 @@ operating system kill command. Use this command to force OFBiz termination if
 the --shutdown command does not work. Usually this is needed when in the middle
 of data loading or testing in OFBiz.
 
-Warning: Be careful in using this command as force termination might lead to
-inconsistent state / data
+Warning: Be careful in using this command as force termination might lead to inconsistent state / data
 
 `gradlew terminateOfbiz`
 
@@ -394,13 +395,13 @@ dash!
 Loads all data sets; meant for initial loading of generic OFBiz data. Can be
 applied for development, testing, demonstration, etc. purposes. Be aware that
 executing this task can result in your data being overwritten in your database
-of choice. Use with caution in production environments.
+of choice.
 
-`gradlew loadAll`
+`gradlew loadAll` OR `gradlew "ofbiz --load-data"`
 
-OR
+[CAUTION]
+Use with caution in production environments.
 
-`gradlew "ofbiz --load-data"`
 
 [[load-seed-data]]
 ==== Load seed data