Remove user_management feature flag
Remove the user_management feature flag, either by releasing the feature or deleting it.
Hey, can I work on this?? could you please give some direction??
I think the feature should be completely released, so this would be cleaning the up the usage of the flags to make the code always take the positive (flag enabled) path (and clear out any related dead code).
So, I have to delete the flag and the corresponding functionalities of it without breaking the code, right @evankanderson??? also is there any documentation of using this flag??
The flag defaults to false currently, but all known usage sets the flag to true.
This means finding the if flag {....} code, and removing the if and keeping the ....