mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-13 13:42:37 +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 yn('Missing password. Do you want to try again?'):
|
||||
continue
|
||||
network.sasl.username.set(password)
|
||||
network.sasl.username.set(username)
|
||||
network.sasl.password.set(password)
|
||||
break
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user