mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 10:55:09 +03:00
didnt mean to commit this, obviously
This commit is contained in:
parent
bd37c4a444
commit
48957d2c8c
1 changed files with 0 additions and 1 deletions
|
@ -133,7 +133,6 @@ def register_new_user(user, password, server_location, shared_secret, admin):
|
||||||
print "Passwords do not match"
|
print "Passwords do not match"
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
print admin
|
|
||||||
if admin is None:
|
if admin is None:
|
||||||
admin = raw_input("Make admin [no]: ")
|
admin = raw_input("Make admin [no]: ")
|
||||||
if admin in ("y", "yes", "true"):
|
if admin in ("y", "yes", "true"):
|
||||||
|
|
Loading…
Reference in a new issue