-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add email query support #20
Comments
What do you mean by "add a query"? Is this part of the Nextcloud user API? Please explain what exactly do you need. |
let the admin configure a sql query to retrieve a users email from DB. user settings contain an "Email"-field, which should be populated by that query-result. |
add group support (closes PanCakeConnaisseur#7)
A clean implementation of this is, currently not possible, due to how user backends in Nextcloud work, see: #26 (comment) |
@PanCakeConnaisseur Thanks for the update. I hope that the new user backend API (#7) will be implemented soon. |
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
The text was updated successfully, but these errors were encountered: