mozilla / network-pulse-api

API for the Network-Pulse project
Mozilla Public License 2.0
12 stars 22 forks source link

All the code changes to make sure new user accounts are marked as is_active=False #789

Closed Pomax closed 2 years ago

Pomax commented 2 years ago

closes #779 left to do:

  1. update the "inactivate account" template so users understand what's happening (this may need to be a follow-up separate issue)
  2. make sure that the API route for profiles doesn't pull for any user with is_active = False (may need to be a follow-up separate issue rather than trying to tackle as part of account moderation)
  3. make sure that the column name in the admin for the "is_active" flag has a shorter title (currently the same as the help_text which is pretty long)
danielfmiranda commented 2 years ago

New Issues for the 2 "Left to dos"

  1. update the "inactivate account" template so users understand what's happening 2. make sure that the API route for profiles doesn't pull for any user with is_active = False