djaodjin / djaodjin-saas

Django application for software-as-service and subscription businesses
Other
564 stars 124 forks source link

Filter out the personal profile from "connected profiles" pages #263

Closed smirolo closed 1 year ago

smirolo commented 1 year ago

On the "connected profiles" page (http://localhost:8000/users/{user}/roles/), a personal profile for the authenticated user will show up if exist. It should be removed from the results returned by http://localhost:8000/api/users/{user}/accessibles.

References:

smirolo commented 1 year ago

done in PR #267