Hello!
I have a situation where I have two collections, say public and private. I would like the web UI for multiple users to be able to modify these two collections, instead of modifying collections inside their own directory. These users all belong to an LDAP group and may change over time, so I don't want to do something like "symlink the collection into their folder" since that'll be hard to maintain.
It seems like this isn't currently possible---the backend is hardcoded to return /<username>/ as the principal URL, and the frontend is hardcoded to query the principal URL for collections. Could we make it possible to change a user's principal URL to allow this to work?
Hello!
I have a situation where I have two collections, say
publicandprivate. I would like the web UI for multiple users to be able to modify these two collections, instead of modifying collections inside their own directory. These users all belong to an LDAP group and may change over time, so I don't want to do something like "symlink the collection into their folder" since that'll be hard to maintain.It seems like this isn't currently possible---the backend is hardcoded to return
/<username>/as the principal URL, and the frontend is hardcoded to query the principal URL for collections. Could we make it possible to change a user's principal URL to allow this to work?