Passwords - password updates not saving

On SuiteCRM 7.11.15 and passwords are not saving when a user edits it. The password page comes up and you put in the existing password and the new password and confirmation and the page just sits there - it doesn’t ever confirm the change. I have run a quick repair and no change. Thoughts?

Looking at the logs I see this:
Wed Nov 25 07:43:03 2020 [374448][18ae700f-e81b-5982-7474-5f5915b383b7][DEBUG] Starting password change for test_mgr

Wed Nov 25 07:42:51 2020 [373936][18ae700f-e81b-5982-7474-5f5915b383b7][INFO] Query:UPDATE users SET user_name=‘test_mgr’,user_hash=’$2y$10$V8AYEf8Sc4…removedfor privacy…aZNqqpCBsRD9.5gadq’,system_generated_password=0,pwd_last_changed=‘2020-09-22 14:53:00’,authenticate_id=NULL,sugar_login=1,first_name=‘Test’,last_name=‘Manager’,is_admin=0,external_auth_only=0,receive_notifications=0,description=NULL,date_modified=‘2020-11-25 13:42:50’,modified_user_id=‘18ae700f-e81b-5982-7474-5f5915b383b7’,created_by=‘1’,title=‘Manager’,photo=NULL,department=NULL,phone_home=NULL,phone_mobile=NULL,phone_work=NULL,phone_other=NULL,phone_fax=NULL,status=‘Active’,address_street=NULL,address_city=NULL,address_state=NULL,address_country=NULL,address_postalcode=NULL,portal_only=0,show_on_employees=1,employee_status=‘Active’,messenger_id=NULL,messenger_type=NULL,reports_to_id=’’,is_group=0,factor_auth=0,factor_auth_interface=NULL WHERE users.id = ‘18ae700f-e81b-5982-7474-5f5915b383b7’ AND deleted=0

In that section of the log we can see the query but not why it was not executed. I’m sure there is more information on your log.

BTW. Do you have any workflow or logic hook against the users module?