Skip to content
Snippets Groups Projects
Commit bb4daa29 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Generate account label correctly

parent d159a7a1
No related branches found
No related tags found
No related merge requests found
......@@ -564,6 +564,7 @@ class AccountCreationWizard:
def create_vars(self, config):
app.config.add_per('accounts', self.account)
config['account_label'] = '%s@%s' % (config['name'], config['hostname'])
if not config['savepass']:
config['password'] = ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment