Skip to content

LibreSign/wordpress_login_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress login backend

Integrate WordPress login with Nextcloud

What this app do?

Autenticate at Nextcloud using username and password of WordPress.

How to configure

occ config:system:set wordpress_dsn --value "mysql:host=myserverhostname;port=3306;dbname=woocommerce;user=root;password=root"

Replace the values by your databae settings.

to-do

  • Customize the queries to fetch data from WordPress