Loading ccserver/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -286,7 +286,7 @@ class CCConf(object): raise CCConf.AlreadyExistingAccount('%s found' % filename) else: conf = CCConf.CONF_TEMPLATE.copy() conf['password'] = password conf['password'] = self._hash_password(password) conf['role'] = role self._set_conf(login, conf, create=True) Loading Loading
ccserver/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -286,7 +286,7 @@ class CCConf(object): raise CCConf.AlreadyExistingAccount('%s found' % filename) else: conf = CCConf.CONF_TEMPLATE.copy() conf['password'] = password conf['password'] = self._hash_password(password) conf['role'] = role self._set_conf(login, conf, create=True) Loading