I recently changed to an LDAP authentication model for our existing Crucible/Fisheye installation. However, when it was configured, it mistakenly had the options to auto-add all LDAP users as Crucible users, so our user database now shows all 10,000+ LDAP accounts instead of the ~100 or so Crucible accounts I want to monitor.
Is there an way to remove all the extra accounts without having to do them page by page?
Hi,
I would recommend to delete users via the FeCru Admin REST API:
mac
You can delete it from database. The main table is cru_user; and besides remove records from the table, you need to check if there are reviews and comments related to this users;
Check cru_review, cru_review_comment and cru_comment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.