Work on user password updates
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user