X-Git-Url: https://code.wpia.club/?p=motion.git;a=blobdiff_plain;f=README.md;h=3bbaeb5f91c15d8d5262a58b73eea315e19a42aa;hp=e06c09e865173400a41156b66c1d2ea491c9761c;hb=refs%2Fheads%2Fmaster;hpb=d2d47beba802d0bb49d5c6de58d965994ff80267 diff --git a/README.md b/README.md index e06c09e..3bbaeb5 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ The following user rights can be granted: - cancel: user is able to cancel a running motion - finish: user is able to close a running motion - audit: user is able to see given votes of a finished motion +- proxyadmin: user is able to grant proxy rights for users To grant right use the following (here with vote right as example): - on all groups add "vote:*" @@ -179,3 +180,38 @@ Add Publish JUnit test result report - test report XMLs ``` python_tests_xml/* ``` + +## Add user via command line + +For linux start with +``` +FLASK_APP=motion.py +``` + +For windows start with +``` +set FLASK_APP=motion.py + +``` + +To add a user use this command +``` +flask create-user "email address" "host" + +``` + +The application will return a message for success. + +To mask motions use this command +``` +flask motion_masking motionidentifier motionurl host" + +``` + +where: + +* motionidentifier - the motion identifier or left part of it which should be cleaned +* motionurl - an url to a motion that is the reason for the cleanup +* host - host where the motions are located + +The application will return a message for success.