Skip to content

AdminAPI: return user email

Alex Gleason requested to merge adminapi-user-email into develop

For approval mode, we want to know the email address the user is signing up with, because this will help us determine whether the user should be approved or denied. This MR returns the user's email address in AdminAPI calls.

Same as !3239 (closed) but this time I pushed to a branch in pleroma/pleroma instead of my fork, should resolve the testing issues hopefully.

Merge request reports