3 Responses to User registration in django with django-allauth

  1. siva says:

    Hi joost,

    How can we add we make allauth to send confirmation email to the user’s email rather than printing on the log. Is there a possibility using allauth or should we use another library to exclusively send email
    Thanks

    • Joost says:

      Hi Siva,

      unfortunately I don’t know the answer to that question off-hand. I recommend you read through the docs of allauth. Probably you can configure either an SMTP server or something like a gmail account in its settings.

      Good luck!

  2. rammanoj says:

    Hi Joost,

    I am trying to login user with Google (already registered through inbuilt signup form). Now every time I try it I will get redirected to signup form, with username and email. If I click the form a new user will be created instead of logging in the current user.

    Is there any way to prevent this ??

Leave a Reply to rammanoj Cancel reply

Your email address will not be published.