Closed danielfmiranda closed 2 years ago
Hi Tibor! Thanks for the great suggestions, I have implemented your feedback, re-requested review, and have created https://github.com/mozilla/network-pulse-api/issues/800 to investigate the user accounts with missing linked profiles.
[NOTE:] We should coordinate when this can merge into the codebase, as this will allow "spam accounts" to sign up and to create posts without moderation
Closes: #798 Related PRs: #788, #789
In an effort to prepare for the tickets that will implement the new sign up flow:
We are now updating the app from "setting
user_account.is_active
toFalse
on initial login" to "settingprofile.is_active
toFalse
on initial login". That way the user can view/edit their profile, and we can then filter posts based onprofile.is_active
.