We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have code in https://github.com/pondersource/mfazones/blob/8cfbdd8ee507f14043c4dd947649f8195381e68a/lib/AppInfo/Application.php#L81 which runs the first time an admin logs in to a newly created server. It feels like this code would belong better in a trigger from occ apps:enable mfazones.
occ apps:enable mfazones
But from https://github.com/nextcloud/server/blob/master/apps/workflowengine/lib/Check/FileSystemTags.php#L109 it seems that a logged-in user is required to create a workflow so this is probably impossible.
Still, documenting the thought here in a GitHub issue, in case we learn more about this. :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have code in https://github.com/pondersource/mfazones/blob/8cfbdd8ee507f14043c4dd947649f8195381e68a/lib/AppInfo/Application.php#L81 which runs the first time an admin logs in to a newly created server.
It feels like this code would belong better in a trigger from
occ apps:enable mfazones
.But from https://github.com/nextcloud/server/blob/master/apps/workflowengine/lib/Check/FileSystemTags.php#L109 it seems that a logged-in user is required to create a workflow so this is probably impossible.
Still, documenting the thought here in a GitHub issue, in case we learn more about this. :)
The text was updated successfully, but these errors were encountered: