Auxiliary script changes for testing in Prod 20240829

This commit is contained in:
2024-08-29 20:09:26 +10:00
parent 07206daecb
commit 1856f822ba
4 changed files with 44 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Load the Discourse environment
require File.expand_path("../../../config/environment", __FILE__)
require File.expand_path("../../../../config/environment", __FILE__)
# require_relative '/var/www/discourse/config/environment'
@@ -26,3 +26,15 @@ end
username = 'davidpaulyoung'
query_md5_password_custom_field(username)
username = 'Slowman'
query_md5_password_custom_field(username)
username = 'GT'
query_md5_password_custom_field(username)
username = 'Chimpking'
query_md5_password_custom_field(username)