rabblerouser / core

Pluggable, extensible membership database for community organising
GNU Affero General Public License v3.0
17 stars 10 forks source link

The request for branches on the registration form returns too much information #87

Closed yearofthedan closed 7 years ago

yearofthedan commented 8 years ago

The api returns a list of branches with which to populate the select field for the signup form. This payload includes additional details such as contact information which is currently only available in the admin view and not required for signup.

We should update the endpoint (or create a new one if it is shared) to return only the information required by the form.

camjackson commented 7 years ago

More info:

I think really all that this issue needs is for the unauthenticated /branches endpoint to limit the info it returns.

camjackson commented 7 years ago

Fixed in #92.