Skip to content

AdminAPI: return user email

Alex Gleason requested to merge alexgleason/pleroma: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.

Merge request reports