wso2 / identity-apps

Apache License 2.0
69 stars 259 forks source link

Handle passwords containing special characters when updating password via my account #6839

Closed Yasasr1 closed 2 months ago

Yasasr1 commented 2 months ago

Purpose

When updating the password through the My Account portal, the update request fails if the new password contains special characters from other languages (e.g., ç, æ, ô, £). This occurs due to incorrect encoding when constructing the Authorization header. This PR addresses the issue by correctly encoding these special characters.

Related issue

Checklist

Security checks

wso2-jenkins-bot commented 2 months ago

🦋 Changeset detected

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.