diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-28 15:59:17 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-28 15:59:17 +0700 |
| commit | 04a39b785c2e3feef390d46e498e27289a10ffb4 (patch) | |
| tree | 8573477c0fdd83eded3e23be8815bee92b5db7e0 /indoteknik_api/controllers/api_v1/user.py | |
| parent | cf31bebc38f23450b7c429bb4b3a567515071a40 (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.py | 2 |
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 } |
