-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement django-allauth #1895
Labels
Comments
Maybe django axes need to be configured https://django-axes.readthedocs.io/en/latest/6_integration.html |
jh-RLI
added a commit
that referenced
this issue
Oct 23, 2024
jh-RLI
added a commit
that referenced
this issue
Oct 23, 2024
jh-RLI
added a commit
that referenced
this issue
Oct 23, 2024
5 tasks
We consider to first update django to a more recent version. This PR offers the relevant changes to migrate to django 5 but it requires more testing. |
jh-RLI
added a commit
that referenced
this issue
Oct 23, 2024
jh-RLI
added a commit
that referenced
this issue
Oct 23, 2024
jh-RLI
added a commit
that referenced
this issue
Nov 20, 2024
jh-RLI
added a commit
that referenced
this issue
Nov 20, 2024
jh-RLI
added a commit
that referenced
this issue
Nov 20, 2024
…template account path for login routs #1895
jh-RLI
added a commit
that referenced
this issue
Nov 20, 2024
jh-RLI
added a commit
that referenced
this issue
Nov 20, 2024
jh-RLI
added a commit
that referenced
this issue
Nov 20, 2024
jh-RLI
added a commit
that referenced
this issue
Nov 20, 2024
jh-RLI
added a commit
that referenced
this issue
Nov 20, 2024
… and add social login form class #1895
jh-RLI
added a commit
that referenced
this issue
Nov 20, 2024
jh-RLI
added a commit
that referenced
this issue
Nov 20, 2024
jh-RLI
added a commit
that referenced
this issue
Nov 20, 2024
jh-RLI
added a commit
that referenced
this issue
Nov 20, 2024
In general, it works now. The missing parts are: I
|
jh-RLI
added a commit
that referenced
this issue
Nov 27, 2024
jh-RLI
added a commit
that referenced
this issue
Nov 27, 2024
jh-RLI
added a commit
that referenced
this issue
Nov 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description of the issue
We want to implement #1363 for that we need a more sophisticated login approach that offers openid connect based user authentication. The package django-allauth offers this out of the box.
Ideas of solution
Install https://docs.allauth.org/en/latest/
Check if the new login system can be merged with the django allauth backend.
Workflow checklist
The text was updated successfully, but these errors were encountered: