Re: Blocking disposable or temporary email addresses

2022-05-12 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
I would say this feature is a bit more questionable these days, since even big companies like Apple provide "disposable" email addresses for privacy protection. And I also agree this would be better in a separate package, where updating the list of domains would be easier and not tied to Django's

Re: Blocking disposable or temporary email addresses

2022-05-11 Thread 'Tobias McNulty' via Django developers (Contributions to Django itself)
Hi Yonas, Thanks for sharing this list. Even so, in my opinion, this feature lives best outside of Django where it can be appropriately customized as needed for a given project. I hope this helps. Best, Tobias On Wed, May 11, 2022, 6:46 PM Yonas wrote: > > Would syncing the block list from

Re: Blocking disposable or temporary email addresses

2022-05-11 Thread Yonas
Would syncing the block list from repos like https://github.com/disposable-email-domains/disposable-email-domains (actively maintained since 2014) ease the burden of updating the list? On Thursday, May 12, 2022 at 12:44:28 AM UTC+3 James Bennett wrote: > On Wed, May 11, 2022 at 2:21 PM Yonas

Re: Blocking disposable or temporary email addresses

2022-05-11 Thread James Bennett
On Wed, May 11, 2022 at 2:21 PM Yonas wrote: > What does the community think about adding a feature to Django where > disposable or temporary emails are not accepted during account registration? I used to try to do this in my django-registration package, but eventually gave up on it because

Re: Blocking disposable or temporary email addresses

2022-05-11 Thread Dylan Reinhold
You will never be able to define a "disposable or temporary" email address or provider, so it's a non-starter from my perspective. Dylan On Wed, May 11, 2022 at 2:21 PM Yonas wrote: > Hi, > > Hope everyone is doing well! > > What does the community think about adding a feature to Django where