Arun Ravindran
Arun Ravindran
Did you try deleting `base_site.html`? It should be located in your project's path: `src/templates/admin/base_site.html`. Then the default Django admin base template should kick in.
This is frequently requested, but adds a heavy dependency to allauth. Looking for alternatives.
Interesting. I would've thought that users are quitting social networks these days. Would like to know if you think that this is an essential feature? On Tue 10 Apr, 2018,...
True. But it would have the complexity of adding a workflow to handle the one-time activation links etc. Let me see if a simple implementation is possible.
Hi all, Sorry for these issues due to significant upstream changes in Django Toolbar. I was trying to figure out the most appropriate migration path. I also did not want...
@aswinkp Edge currently uses django-authtools User class defined [here](https://github.com/fusionbox/django-authtools/blob/master/authtools/models.py#L83). As you can see the email address acts like a primary key to the User model by being unique. If I...
Hi @MegaWale If you mean how to start working on just adding username, I would start with looking at Django's [AbstractUser](https://github.com/django/django/blob/02365d3f38a64a5c2f3e932f23925a381d5bb151/django/contrib/auth/models.py#L288) implementation. If you are looking for `django-allauth` along with...
Hi @rafalolszewskii , This is possibly due to issue #67 . This has been fixed in master. Please see my comments to that issue. Thanks, Arun
Haven't been able to reproduce the issue. Screenshots?