-
- Downloads
[FIX] auth_signup: fix b2c signup
Rather than requiring the user have a name *or* a partner, the check required the user have a name *and* a partner. The B2C form only has a name and expects the partner to be created from/via the user, so this would raise an exception which wouldn't even be bubbled to the user, so trying to signup would just yield a 500 Server Error when trying to create an account.
Please register or sign in to comment