I think I've found the problem but I need HELP resolving it.
It seems that in the usercp_register file, the 2 password variables are: password_new
and password_confirm
But, in the mod files, the variable is: password
and password_confirm
I checked the admin user management area and in that area, the password variable is: password
So, since my password files in the usercp_register are set to variable: password_new, this may explain why I have to manually set my users passwords, because the registration page is setting the wrong password variable. I hope this makes sense, but how can I fix it? I thought to just try to change all the
password_new variables to
password in the usercp_register, but it didn't seem to work-I got password not matching errors.
Please advise.