Just had issues going through signup - couldn’t connect to my WiFi until I realized that the autocomplete function had added a space character at the end of my password which was causing the connection to fail. Once I removed the space I was able to connect no problem.
Seems like the iOS application needs to run a trim() operation on the password submission to remove any white space.