You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Hey, you can user javasript for that, thus You dont need use ajax or anything for retrieve confirmation about email is correct or no , but you need confirm about the email already exists in database ?
ludovic coues
unread,
Apr 17, 2017, 1:51:52 PM4/17/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I believe we have a code of conduct against posting an answer which is
nothing more than a google link.
I don't know any app handling email verification. If I had to do it, I
would copy how django handle password reset. Send an email with with a
link containing a token. When someone hit that url, check if they are
connected and their account is associated with the token.
As far as I know, there are no way to know if an email is valid
without sending a message. There are various check we can do to mark
an email as invalid but these need constant update. An example could
be tld.