user_backend_sql_raw
user_backend_sql_raw copied to clipboard
User management and authentication through arbitrary SQL queries for Nextcloud
- 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
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...
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...
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
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...
Can you enable a user quota query similar to https://apps.nextcloud.com/apps/user_sql ?
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