When setting up email 2FA, users are prompted to confirm the email address from their user table record. The same happens when passing through 2FA subsequently.
I want to keep users from changing that email address. How can I bypass that prompt and just use the email in the user record?
Or, as an alternative, is there a way to make that input read only?
I have no idea how to add this to the user styles in order to affect that particular input only.
Also, pointer-events: none only disables mouse interactions, including clicks, hover, and other interactions. However, it does not block keyboard navigation.
Is there a better way to achieve this without manually editing ew.js and ew.min.js?