Hey!
A client has the problem that they need to manually register a large number of new accounts.
They do this via Panel/Accounts/Add-Account-Button, which opens the account dialog.
The thing is that they have to enter placeholder email addresses for every account, which is a bit tedious, since the accounts should technically not be able to log in. I was wondering if there might be an easy or even hacky way to help them with this.
Maybe something similar to the automatic slug generation feature, or another workaround.
Does anyone have an idea? 
Such a feature does not exist. Wouldn’t it make more sense to generate the accounts via a script where you prefill x@mydomain.com and replace the X with a number in the loop. Or you use real email addresses and set permissions to no Panel access for the role. But a technically valid email address is required, no matter if it exists or not.
I built something like that before, so we have a lot of users with addresses like namesurname-id1239492@domain.de. I think right now it’s a one-time thing they need to do. I mean add a bunch of new accounts.
I was just curious if there’s an easy way to support them 
That’s all. As always, thank you so much!