summaryrefslogtreecommitdiff
path: root/indoteknik_api/controllers/api_v1/user.py
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-28 15:59:17 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-28 15:59:17 +0700
commit04a39b785c2e3feef390d46e498e27289a10ffb4 (patch)
tree8573477c0fdd83eded3e23be8815bee92b5db7e0 /indoteknik_api/controllers/api_v1/user.py
parentcf31bebc38f23450b7c429bb4b3a567515071a40 (diff)
<iman> update user active false
Diffstat (limited to 'indoteknik_api/controllers/api_v1/user.py')
-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 bbf1c8d1..13a0a293 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,
'phone': phone,
'password': password,
- 'active': True,
+ 'active': False,
'sel_groups_1_9_10': 9
}