Hello Xin, On Sun, Oct 07, 2018 at 13:34:04 -0700, xin.l.zhang via go-cd wrote: > I use github auth to manager the GOCD users, my email address was > private in github, later, I found I can not set the email notification if > the email is private. I already set the email to visible in github, how can > I update the email address info in GOCD user summary ?
If you have an admin user defined in a passwordfile, you might be able to use this API: https://api.gocd.org/current/#update-a-user to update the email address. There will soon be support for auth tokens, which should allow you to set up an API token for the user, to use with APIs, even if you use GitHub auth. Cheers, Aravind -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
