Work on user password updates

This commit is contained in:
Scott Idem
2023-01-30 16:28:15 -05:00
parent cdab2de5a6
commit 01ba5d8d72
3 changed files with 3 additions and 2 deletions

View File

@@ -82,7 +82,6 @@ def create_user_obj(
else:
log.warning('A new password was not passed and not setting a default password.')
log.debug(user_obj.new_password)
# user_dict['password'] = user_obj.password # There has to be a better way to do this??? It thinks "password" is unset and so is excluded?