creativecommons / wp-theme-cc-commoners

MIT License
1 stars 5 forks source link

Remove CCID from CCGN website #34

Open hugosolar opened 3 years ago

hugosolar commented 3 years ago

Problem

CCID has many issues and we are in a place where we can just remove it. I'd list some of those issues

Process

Removing CCID will involve:

Additional context

@Juliabrungs told me this is also an opportunity to check how many active users we currently have

Implementation

possumbilities commented 1 year ago

Revised Process - as of 2023.04.27

Removing CCID will involve:

possumbilities commented 1 year ago

there were two hiccups.

  1. I think the sort added into the create_users_file.sh took the final empty line and moved it to the front of the file which causes the reset_user_passwords_silently.sh file to fail since the first item in the first batch file users_aa is an empty line after it's been split with generate_batch_users_files.sh ; If we're keeping the sort we might want to add a line to the create_users_file.sh to check for an empty line at the start and remove it.
  2. I don't know how, but someone had created a user account with an email of just a series of numbers only. It caused the batch to fail at that point, so I edited the batch file manually, removed it, and resumed. Unsure if its something we want to address in the WordPress database or not, but thought it worth mentioning.