You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As having a user account is apparently currently sufficient to be allowed upload a package, since django-registration is integrated, it may be useful to be able to block new user registration facility on a temporary or permanent basis. Of course, perhaps you don't want to complicate the exposed user settings, but I guess just something like the following in settings.py might do it.
As having a user account is apparently currently sufficient to be allowed upload a package, since django-registration is integrated, it may be useful to be able to block new user registration facility on a temporary or permanent basis. Of course, perhaps you don't want to complicate the exposed user settings, but I guess just something like the following in
settings.py
might do it.(cosmetically, it might be worth also hiding the user registration link if user registration is thusly closed)
The text was updated successfully, but these errors were encountered: