Add file-owner note to help output of the generateToken command
Clarifies that the token file must be owned by the webserver's user as there is no reliable way to determine this user automagically. refs #7163
This commit is contained in:
parent
7c202dd8fa
commit
b7d3a47bc6
|
@ -39,7 +39,9 @@ class SetupCommand extends Command
|
|||
/**
|
||||
* Create a new setup token
|
||||
*
|
||||
* Re-generates the setup token used to authenticate when installing Icinga Web 2 using the web-based wizard
|
||||
* Re-generates the setup token used to authenticate when installing Icinga Web 2 using the web-based wizard.
|
||||
* Note that it is required to run this command while logged in as your webserver's user or to make him the
|
||||
* owner of the created file afterwards manually.
|
||||
*
|
||||
* USAGE:
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue