Update registration.py

disable local user is commented
This commit is contained in:
hasankara 2018-10-01 14:33:14 +03:00 committed by GitHub
parent d63fd2a994
commit 0cfa14f6e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ class Registration:
with open('/etc/ahenk/ahenk.conf', 'w') as configfile:
self.conf_manager.write(configfile)
self.logger.debug('Registration configuration file is updated')
self.disable_local_users()
# self.disable_local_users()
def is_registered(self):