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 15 user_backend_sql_raw issues
Sort by recently updated
recently updated
newest added

Hi, I'm preparing to switch to NC 29 and the external user extention I previously used is not supported anymore, so I tried user_backend_sql_raw as a replacement. It sounds very...

Extend the get_password_hash_for_user query to allow it to return the uid as well. This makes it possible to support normalizing usernames, using email as username and other types of mapping...

Did anyone try to use this great plugin with Nextcloud 30? Is it working?

fixes #63 according #63 this is still compatible with nextcloud 30

Partial solve: https://github.com/PanCakeConnaisseur/user_backend_sql_raw/issues/7 What I didn't solved with this query: - Identify if the user is sub admin of a group. I didn't fond any way to identify if the...