mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 10:52:17 +03:00
Update registration.py
disable local user is commented
This commit is contained in:
parent
d63fd2a994
commit
0cfa14f6e3
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class Registration:
|
||||||
with open('/etc/ahenk/ahenk.conf', 'w') as configfile:
|
with open('/etc/ahenk/ahenk.conf', 'w') as configfile:
|
||||||
self.conf_manager.write(configfile)
|
self.conf_manager.write(configfile)
|
||||||
self.logger.debug('Registration configuration file is updated')
|
self.logger.debug('Registration configuration file is updated')
|
||||||
self.disable_local_users()
|
# self.disable_local_users()
|
||||||
|
|
||||||
def is_registered(self):
|
def is_registered(self):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue