user_backend_sql_raw icon indicating copy to clipboard operation
user_backend_sql_raw copied to clipboard

User management and authentication through arbitrary SQL queries for Nextcloud

Results 12 user_backend_sql_raw issues
Sort by recently updated
recently updated
newest added

- updated postgresql and mariadb adapters so that they will test for supplied socket first, then fall back to standard host:port - included config test and updated multivalue tests

enhancement
needs more info
mariadb
needs work

I have implemented the two features: - add email query support (closes #20) via query configured by value "get_email_address" - add group support (closes #7) via query configured by value...

blocked by nextcloud

It would be really nice if there was a possibility to use groups. Getting groups Have users in multiple groups The app is really great and flexible ! Thank you...

enhancement
blocked by nextcloud

please add a query for getting the email address from DB, like get_display_name does for the full name. my usecase: prefill profile from DB

enhancement
blocked by nextcloud

An ability to set and get other fields like email, quota, groups, etc in the same way as display name currently do. This allows to do the user management inside...

enhancement
needs more info
blocked by nextcloud

Can you enable a user quota query similar to https://apps.nextcloud.com/apps/user_sql ?

enhancement
blocked by nextcloud

Proposed enhancement: Nextcloud's own app (`files_external`) for external storage (webdav,sftp,smb etc.) provides a mechanism for specifying servers, mount paths, user names and credentials using variables. On it's own, it only...

add configuration option to add behavior similar to other external user authentication apps: For Nextcloud instances using multiple domains / realms, configured with a 'default' domain, which is not required...

Adds an option to force lowercase provided login username to make login case insensitive, as Nextcloud normaly do when using internal user database