commit 93605bf212ed41362b7f158c09165989520b814f parent cd68824a8b80fbbbbb21ba39ea396d990dd44102 Author: Daniel Gultsch <daniel@gultsch.de> Date: Mon, 6 Jun 2016 21:58:23 +0200 added information about storing passwords and runall.sh to readme Diffstat:
M | README.md | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -29,3 +29,7 @@ passed 11/12 Conversations Compliance Suite: FAILED ``` + +This tool will save your accounts and passwords into a file called ```accounts.xml```. When you invoke it a second time you can omit the password. + +There is also a very tiny wrapper script called ```runall.sh``` invoking that will run the compliance tester with all known accounts and save the output to ```reports/$servername```.