From a8acfe874db760e53c425bae38781a699329e79e Mon Sep 17 00:00:00 2001 From: Akhil Date: Wed, 21 Jan 2026 16:18:32 +0530 Subject: [PATCH] (docs) add system_accounts config value --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae3cbfe2..e16760e8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,13 @@ ] ``` +## System Accounts + +- Config option containing important system account usernames + - To get system accounts: `occ config:system:get ecloud-accounts.system_accounts` + - To set first system account username: `occ config:system:set ecloud-accounts.system_accounts 0 --value=username` + - To use in code `$systemAccounts = $this->config->getSystemValue('ecloud-accounts.system_accounts', []);` + ## User Account creation - This plugin creates an endpoint `/apps/ecloud-accounts/api/set_account_data` that is to be used to set user's email, quota,recovery email and create the user's folder if necessary @@ -151,4 +158,4 @@ Needs configuration variables to be set: ``` oidc_vault_account_delete_url=vault-full-url oidc_vault_account_delete_token=vault-token -``` \ No newline at end of file +``` -- GitLab