Skip to main content
replaced http://joomla.stackexchange.com/ with https://joomla.stackexchange.com/
Source Link

Your best bet is to do this with a user plugin that can both remove the unnecessary field from the form and fill the email in automatically with something autogenerated to get past the requirement.

Joomla Registration: Remove unneeded fieldsJoomla Registration: Remove unneeded fields should help you with the basics of creating a user plugin and removing the email fields.

Likewise, if you use my answer to that question, you can add in an automated email address in onUserBeforeSave which should get the record past the model's validation and store the user "without" an email.

Your best bet is to do this with a user plugin that can both remove the unnecessary field from the form and fill the email in automatically with something autogenerated to get past the requirement.

Joomla Registration: Remove unneeded fields should help you with the basics of creating a user plugin and removing the email fields.

Likewise, if you use my answer to that question, you can add in an automated email address in onUserBeforeSave which should get the record past the model's validation and store the user "without" an email.

Your best bet is to do this with a user plugin that can both remove the unnecessary field from the form and fill the email in automatically with something autogenerated to get past the requirement.

Joomla Registration: Remove unneeded fields should help you with the basics of creating a user plugin and removing the email fields.

Likewise, if you use my answer to that question, you can add in an automated email address in onUserBeforeSave which should get the record past the model's validation and store the user "without" an email.

Source Link
David Fritsch
  • 4.1k
  • 1
  • 15
  • 31

Your best bet is to do this with a user plugin that can both remove the unnecessary field from the form and fill the email in automatically with something autogenerated to get past the requirement.

Joomla Registration: Remove unneeded fields should help you with the basics of creating a user plugin and removing the email fields.

Likewise, if you use my answer to that question, you can add in an automated email address in onUserBeforeSave which should get the record past the model's validation and store the user "without" an email.