I have to manually enable newly registered users on foodomaa to be able to receive notifications.
Is there a way to do this automatically?
Question is closed for new answers.
admin Changed status to publish December 5, 2022
By default foodomaa set is_notifiable for all newly registered account to 0.
The solution to your problem will be to set the default value to 1.
Phpmyadmin -> table users (second page) -> click on structure tab on top -> click change on is_notifiable -> set default to 1
Arrocy Inc Selected answer as best December 5, 2022