Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 595 Bytes

File metadata and controls

28 lines (17 loc) · 595 Bytes

OwnCloud User Authenticator

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.

Installation

  • 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