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

How to get other users emails ? #30

Open
absolux opened this issue Apr 12, 2016 · 1 comment
Open

How to get other users emails ? #30

absolux opened this issue Apr 12, 2016 · 1 comment

Comments

@absolux
Copy link

absolux commented Apr 12, 2016

Hi,
I am writing a front end app, and i have to list all users and their email addresses, to be used within a mailto links
How to get it done ?

@isaiahgrey93
Copy link
Contributor

Hello @absolux,

I suggest setting a trigger that on "user signup" => "update the user". This is because inside Stamplay you will have access to the email, which is otherwise private and accessible only by the owner itself and possibly an admin role on the client side. Inside that task update the user just signed up with a custom public_email property.

Currently there isn't a way to change permissions on these private properties on the user schema, but in the near future hopefully with will be fully configurable.

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

No branches or pull requests

2 participants