setup default files account for new users possible?
-
We would like to have a default files account for new kopano users to point to our owncloud share that is setup automatically.
Is there an option to do this?
there is an old thread but it’s missing informations.
https://forums.zarafa.com/showthread.php?13259-Kopano-Files-default-accounts
-
Hi @plzk-de
I just came across this post, so sorry for the late response. We have a script that injects files settings:
https://stash.kopano.io/projects/KSC/repos/webapp-tools/browse/Inject Files -
Looks nice …
But how to add this automatically to newly created users?And by the way …
After running the script, the configured account is visible and active.
But all other manually configured accounts are gone!So the script didn’t only add a new account, it deletes all others …
Looks like some more work is needed ;) -
Thanks for the feedback.
We might make the override optional. -
We changed the default behavior of the script, it will only overwrite the setting with the parameter --overwrite
New version can be downloaded here https://stash.kopano.io/projects/KSC/repos/webapp-tools/browse/Inject FilesWith the new version i couldn’t reproduce that the other settings are also deleted, so this is hopefully also resolved