You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a complex password with special characters it can causes unexpected behavior. I don't have a lot of time to investigate, but at a glance/guess this is likely from the password field reading escape characters which could allow for injection.
The limitations of the password field should be documented and eventually sanitization or filtering added to properly process special characters in the password field.
The text was updated successfully, but these errors were encountered:
When using a complex password with special characters it can causes unexpected behavior. I don't have a lot of time to investigate, but at a glance/guess this is likely from the password field reading escape characters which could allow for injection.
The limitations of the password field should be documented and eventually sanitization or filtering added to properly process special characters in the password field.
The text was updated successfully, but these errors were encountered: