Merge pull request #16 from nextcloud/NextCloud-Nextcloud
NextCloud -> Nextcloud; small fixes
This commit is contained in:
@@ -1,21 +1,21 @@
|
|||||||
user_sql
|
user_sql
|
||||||
========
|
========
|
||||||
|
|
||||||
**Owncloud/Nextcloud SQL user authentication.**
|
**Nextcloud SQL user authentication.**
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
1. SSH into your server
|
1. SSH into your server
|
||||||
|
|
||||||
2. Get into the apps folder of your NextCloud installation, for example /var/www/nextcloud/apps
|
2. Get into the apps folder of your Nextcloud installation, for example /var/www/nextcloud/apps
|
||||||
|
|
||||||
3. Git clone this project
|
3. Git clone this project
|
||||||
```
|
```
|
||||||
git clone https://github.com/nextcloud/user_sql.git
|
git clone https://github.com/nextcloud/user_sql.git
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Login your NextCloud as admin
|
4. Login your Nextcloud as admin
|
||||||
|
|
||||||
5. Navigate to Apps from the menu and enable the SQL user backend
|
5. Navigate to Apps from the menu and enable the SQL user backend
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ git clone https://github.com/nextcloud/user_sql.git
|
|||||||
## Integrations
|
## Integrations
|
||||||
|
|
||||||
### WordPress
|
### WordPress
|
||||||
Thanks to this app, NextCloud can easily integrate with Wordpress.
|
Thanks to this app, Nextcloud can easily integrate with Wordpress.
|
||||||
|
|
||||||
In the Column Setting of SQL User Backend, configure it as
|
In the Column Setting of SQL User Backend, configure it as
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user