Conversation
Notices
-
I am running master up to date. When completing the registration, the username is guessed from the base of the email and it's greyed out (it can't be modified). Users should be able to choose their usename at this stage.
I understand it isn't possible anymore to register without an email, right?
-
Got it, formData() in plugins/EmailRegistration/forms/confirmregistration.php disables the corresponding input elements. Turning disabled='false' does not make any difference, therefore I simply drop that line.
-
Yes. What's funny is that although I disabled via the admin page I still couldn't register the usual way. I'll check that again.
-
Silly of me, I was disabling #EmailAuthentication :-( Now I can simply register as before.