mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 13:06:45 +00:00
commit
5392011130
@ -266,7 +266,7 @@ class RegistratonMixin:
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def save_user(self, request, user, form, commit=True):
|
def save_user(self, request, user, form, commit=True):
|
||||||
user = super().save_user(request, user, form, commit=commit)
|
user = super().save_user(request, user, form)
|
||||||
start_group = InvenTreeSetting.get_setting('SIGNUP_GROUP')
|
start_group = InvenTreeSetting.get_setting('SIGNUP_GROUP')
|
||||||
if start_group:
|
if start_group:
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user