mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 00:25:58 +03:00
[GH-ISSUE #557] How to totally disable Social Auth plugins #383
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#383
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gabviv73 on GitHub (Jun 24, 2024).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/557
Hy,
I've disable signups using
REGISTRATION_OPEN=Falsebut at
/accounts/login/there are the social account logins providers available.
How do I disable them ?
Thank you
@elnappo commented on GitHub (Jun 24, 2024):
IIRC you have to remove them from
AUTHENTICATION_BACKENDSi.e.:if I'm wrong read https://python-social-auth.readthedocs.io/en/latest/index.html
@gabviv73 commented on GitHub (Jun 24, 2024):
Thank you, now there no more social login plugins available.
Is it possible to disable also the message in the login page:
?
Thanks,
@elnappo commented on GitHub (Jun 25, 2024):
This is not possible via a config parameter, you would have to edit the template here: https://github.com/nsupdate-info/nsupdate.info/blob/master/src/nsupdate/login/templates/login.html#L32