codebrag
codebrag copied to clipboard
Remove a user
As an admin I should be able to remove a user in order to manage the users better. When the user is deleted all his actions/comments should not be deleted.
What you can do to prevent user from logging into Codebrag is to make user as inactive (you must be an admin to do that). Just go to "Manage users" section in top-right menu. We don't really feel like deleting data is good idea in general.
+1 to mostr's comment - deleting data is always a bad idea ;-)
I need two scenarios
- When the author is matched with user id it is case sensitive. I happen to create user with lower case. Since the author name is in proper case , he is not able to get any followups
- I happen to give wrong email alias to a wrong author Simpler option seems to be allow to delete the user and create again Other option is allow changing the username and alias
Kiran
We are just starting to use CodeBrag, and users registered with usernames that don't match case. Since CodeBrag is case-sensitive user names we need to change the user name. However, CodeBrag has no feature to delete the wrong users or edit the user names.
Next step is one of delete the database and start over, see if we can manually edit usernames in the database, or just try a different product.
While I too respect the "not so good to delete data", I also believe it is wrong to prevent users from doing tasks when they really want/need to.
+1 jeffjensen comment
I cannot change the case of my codebrag username "MSFUNK" to the case used in my SVN branch "msfunk" as I get this error:
18:16:28.874 [qtp1729635847-28] WARN c.s.c.s.followups.FollowupService - Unknown commit author MSFUNK(MSFUNK@e9f662-64c8-11de-a2ca-eda70c8b4d). No such user registered. Cannot generate follow-up.
Maybe not delete the user data, but have the abiilty for admins to edit the data
thanks