Generate account label correctly
This commit is contained in:
parent
d159a7a1e2
commit
bb4daa2945
|
@ -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'] = ''
|
||||
|
||||
|
|
Loading…
Reference in New Issue