A user was trying to invite a new user and when they clicked on the "Invite User" button, they was asked to enter my password. However, when they tried to enter my password into the field, it was disabled and I couldn't type anything in. After examining the source code, I discovered that the field for the password had the "disabled" attribute.
[Administration > System > User > "Add a new User"]
System Check Attached
matomo_system_check.txt
@varunKothare they are using the latest the version of LoginSaml
plugin i.e 4.3.0 and since 4.3.0 password confirmation is disabled by default.
Refer this doc
They can change this if they want by changing the config option from UI
To proceed ahead, they can click the "ok" button and it will work, we have a issue to change the text of confirmation modal in such cases to make it more clear, Refer #20186