mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-14 22:22:42 +01:00
wizard: Fix mixup of sasl username and password
This commit is contained in:
parent
0ed743bb8e
commit
498290f1cd
@ -499,7 +499,7 @@ def main():
|
|||||||
if not password:
|
if not password:
|
||||||
if yn('Missing password. Do you want to try again?'):
|
if yn('Missing password. Do you want to try again?'):
|
||||||
continue
|
continue
|
||||||
network.sasl.username.set(password)
|
network.sasl.username.set(username)
|
||||||
network.sasl.password.set(password)
|
network.sasl.password.set(password)
|
||||||
break
|
break
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user