Tag: note to self

  • usermanagement with django allauth.

    usermanagement with django allauth: It is common for bots to register with a website. Often enough there are users instances in the user base that have registered at some point but did not verify their email-address. Fortunately enough, for users of django and the excellent django-allauth, there are easy ways to manage these users. First,…