summaryrefslogtreecommitdiff
path: root/indoteknik_api
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-18 17:00:16 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-18 17:00:16 +0700
commitd299eca8138b07dcbddf540038b8deeb4fcc7c8a (patch)
tree04bc0fc2d26a4df891799d1fb5867b948c2d1e9c /indoteknik_api
parent314125a03d680cd2da6e413200abd8eefec2b1ec (diff)
<iman> change false new register
Diffstat (limited to 'indoteknik_api')
-rw-r--r--indoteknik_api/controllers/api_v1/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_api/controllers/api_v1/user.py b/indoteknik_api/controllers/api_v1/user.py
index 9a15f404..4bef2f03 100644
--- a/indoteknik_api/controllers/api_v1/user.py
+++ b/indoteknik_api/controllers/api_v1/user.py
@@ -149,7 +149,7 @@ class User(controller.Controller):
'login': email,
'mobile': phone,
'password': password,
- 'active': True,
+ 'active': False,
'sel_groups_1_9_10': 9
}