Re: [Mailman-Developers] Postorius and verified email addresses

2016-04-10 Thread Simon Hanna
On 04/10/2016 11:06 PM, Terri Oda wrote: > On 2016-04-06 4:29 PM, Barry Warsaw wrote: >> On Apr 07, 2016, at 12:26 AM, Simon Hanna wrote: >> >>> Short version: it supports both external (social) and internal >>> (django) auth >>> systems and offers options to combine/switch between them . Allauth >

Re: [Mailman-Developers] Postorius and verified email addresses

2016-04-10 Thread Barry Warsaw
On Apr 07, 2016, at 02:46 AM, Simon Hanna wrote: >I don't mind the core being able to handle verfications. But I'm pretty sure >everyone that offers a web interface for managing mailman will want the >ability to confirm emails using http links. Absolutely. This is the focus of my "templates" bra

Re: [Mailman-Developers] Postorius and verified email addresses

2016-04-10 Thread Terri Oda
On 2016-04-06 4:29 PM, Barry Warsaw wrote: On Apr 07, 2016, at 12:26 AM, Simon Hanna wrote: Short version: it supports both external (social) and internal (django) auth systems and offers options to combine/switch between them . Allauth provides Signals that I used to verify the addresses in Ma

Re: [Mailman-Developers] Postorius and verified email addresses

2016-04-06 Thread Simon Hanna
On 04/07/2016 01:29 AM, Barry Warsaw wrote: > On Apr 07, 2016, at 12:26 AM, Simon Hanna wrote: > >> Short version: it supports both external (social) and internal (django) auth >> systems and offers options to combine/switch between them . Allauth provides >> Signals that I used to verify the addr

Re: [Mailman-Developers] Postorius and verified email addresses

2016-04-06 Thread Barry Warsaw
On Apr 07, 2016, at 12:26 AM, Simon Hanna wrote: >Short version: it supports both external (social) and internal (django) auth >systems and offers options to combine/switch between them . Allauth provides >Signals that I used to verify the addresses in Mailman. I think we have to decide how and w

Re: [Mailman-Developers] Postorius and verified email addresses

2016-04-06 Thread Simon Hanna
>In that case, how should this address be validated? Should Postorius >consider that the login system always validates addresses and set them >as >verified in Mailman? Should it ask mailman to verify the email >addresses >when it encounters a user's un-verified address? This does not seem >possible

Re: [Mailman-Developers] Postorius and verified email addresses

2016-04-06 Thread Barry Warsaw
On Apr 06, 2016, at 06:08 PM, Aurelien Bompard wrote: >In that case, how should this address be validated? Should Postorius >consider that the login system always validates addresses and set them as >verified in Mailman? Should it ask mailman to verify the email addresses >when it encounters a use

[Mailman-Developers] Postorius and verified email addresses

2016-04-06 Thread Aurelien Bompard
Hey people, Mailman has the notion of "verified" email addresses. When a user is created / registered in Postorius, a Mailman user can be created. It's off by default but it seems like a logical thing to do. This user will be created when the client visits the user profile or preferences pages any