Skip to content
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

Open
pille opened this issue Sep 28, 2019 · 4 comments · May be fixed by #26
Open

add email query support #20

pille opened this issue Sep 28, 2019 · 4 comments · May be fixed by #26
Labels

Comments

@pille
Copy link

pille commented Sep 28, 2019

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

@PanCakeConnaisseur
Copy link
Owner

What do you mean by "add a query"? Is this part of the Nextcloud user API? Please explain what exactly do you need.

@PanCakeConnaisseur PanCakeConnaisseur added the needs more info Issue creator must provide additional information label Dec 18, 2019
@pille
Copy link
Author

pille commented Dec 19, 2019

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.

@PanCakeConnaisseur PanCakeConnaisseur added enhancement New feature or request and removed needs more info Issue creator must provide additional information labels Dec 19, 2019
kosli added a commit to kosli/user_backend_sql_raw that referenced this issue Apr 8, 2020
@kosli kosli linked a pull request Apr 8, 2020 that will close this issue
@PanCakeConnaisseur
Copy link
Owner

A clean implementation of this is, currently not possible, due to how user backends in Nextcloud work, see: #26 (comment)

@kosli
Copy link

kosli commented Oct 13, 2020

@PanCakeConnaisseur Thanks for the update. I hope that the new user backend API (#7) will be implemented soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants