Duplicate reporting module in modulus

I deleted several more duplicate modules (all from this same spam user), as mentioned on https://issues.openmrs.org/browse/MOD-94.

Since the modulus code has been updated, and jQuery is no longer available, but there’s no admin function to delete modules, I needed to use the following hack to make REST calls:

  1. Log into https://modules.openmrs.org
  2. Inspect Element (in Chrome) and find the Authorization request header sent with a REST request (should be “Bearer …”)
  3. Using Postman manually add a header with name=Authorization and value=(copied from previous step)
  4. Using Postman, DELETE https://modules.openmrs.org/modulus/api/modules/252
1 Like