Disabling Signup in Django allauth
Disable Django allauth user registration by implementing a custom AccountAdapter that returns False in is_open_for_signup to completely restrict signup functionality.
Disable Django allauth user registration by implementing a custom AccountAdapter that returns False in is_open_for_signup to completely restrict signup functionality.