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

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...