Can't create account

I’m trying to create an account at https://forum.latinxinai.org/login (to investigate another problem) and though my username, email (that’s now changed), and password appear to be good, and the logs show that rails is returning a 200, the account isn’t getting created.

Started POST "/u" for 174.50.213.142 at 2023-04-24 20:30:28 +0000
Processing by UsersController#create as */*
  Parameters: {"name"=>"jay p", "email"=>"pfaffman@xxxxx.com", "password"=>"[FILTERED]", "username"=>"testing-pfaffman3", "password_confirmation"=>"[FILTERED]", "challenge"=>"af8bad783dd498e46c0cd5fa1fd40426", "user_fields"=>{"1"=>["Ally (not of any Latin origin)"], "2"=>"owenr", "3"=>"ally", "4"=>"sfdsdf", "9"=>"sdfs", "10"=>"", "11"=>"", "12"=>"", "13"=>"", "14"=>"Yes, actively looking.", "15"=>"Yes, actively hiring. Message me to discuss our open positions!"}, "timezone"=>"America/Chicago"}
Completed 200 OK in 44ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 49381)
2 Likes

nevermind i see those are test fields of some sort.

1 Like

They are just user custom fields. Any value should work.

1 Like

Did you work out what was going on here in the end?