Commit b04a6b50 authored by Dan Pascu's avatar Dan Pascu

Fixed username for Windows

parent 4159fe72
......@@ -384,7 +384,7 @@ class AddAccountDialog(base_class, ui_class):
def _initialize(self):
self.display_name = user_info.fullname
self.username = user_info.username
self.username = user_info.username.lower().replace(' ', '.')
self.sip_address = u''
self.password = u''
self.verify_password = u''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment