1
0
mirror of https://github.com/etesync/server synced 2025-04-20 18:29:01 +00:00

Make new users active by default

This commit is contained in:
Martin Michalec 2021-06-04 00:13:18 +02:00
parent a940f0a753
commit 211fb12d43

View File

@ -37,7 +37,7 @@ class Command(BaseCommand):
, nargs='?'
, type=argbool
, const=True
, default=False
, default=True
, help="Enable login. [YES]" )
parser.add_argument( '-s'
, '--is_staff'