Is there anyway to modify the self hosted appwrite code in the register section so that only @eonfluxtech.com emails can register?
TL;DR
Developers want to allow only @eonfluxtech.com emails to register on self-hosted Appwrite. To achieve this, modify the code in the register section to add a function that filters out other email domains during registration.