OwnCloud user authentication provider enables to create users / login into the owncloud using Enigma Bridge Private Spaces.
With this plugin you don't need any password to log in.
- Download the app
cd owncloud/apps
git clone https://github.com/EnigmaBridge/user_vpnauth.git
# change the owner to match web user
chown -R nginx:nginx user_vpnauth
- Enable the app, either in the apps or from cli:
sudo -u nginx php occ app:enable user_vpnauth