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:
parent
a940f0a753
commit
211fb12d43
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user