diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-18 17:00:16 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-18 17:00:16 +0700 |
| commit | d299eca8138b07dcbddf540038b8deeb4fcc7c8a (patch) | |
| tree | 04bc0fc2d26a4df891799d1fb5867b948c2d1e9c /indoteknik_api/controllers/api_v1 | |
| parent | 314125a03d680cd2da6e413200abd8eefec2b1ec (diff) | |
<iman> change false new register
Diffstat (limited to 'indoteknik_api/controllers/api_v1')
| -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 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 } |
