Skip to content
Snippets Groups Projects
Commit 76e2afed authored by Raphael Graf's avatar Raphael Graf Committed by Wouter Wolters
Browse files

[BUGFIX] Change username from _cli_scheduler to _cli_

and remove the whole paragraph about specific rights of the user.

Releases: master, 8.7
Resolves: #82527
Change-Id: Icd65ba13c7464fdd0290cec48f08de9d0934e796
Reviewed-on: https://review.typo3.org/54188


Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
parent c182151d
Branches
Tags
No related merge requests found
......@@ -13,11 +13,6 @@ The Scheduler user
^^^^^^^^^^^^^^^^^^
When tasks are launched manually from the BE module, they are executed
using the current BE user. When they are run from the command line,
however, there needs to be a specific user, called "\_cli\_scheduler".
This can be a simple BE user with no specific rights at first. However
some tasks may need to check some specific rights, for example if they
use DataHandler. It may thus be necessary, depending on the tasks that you
run, to give additional rights to the "cli\_scheduler" user.
using the current BE user. When tasks are run from the command line,
however, a specific command-line user, called "\_cli\_" with admin rights
is created on-the-fly.
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment