Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Aug 29, 2024

Conversation

Yasasr1
Copy link
Contributor

@Yasasr1 Yasasr1 commented Aug 29, 2024

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

  • e2e cypress tests locally verified. (for internal contributers)
  • Manual test round performed and verified.
  • UX/UI review done on the final implementation.
  • Documentation provided. (Add links if there are any)
  • Relevant backend changes deployed and verified
  • Unit tests provided. (Add links if there are any)
  • Integration tests provided. (Add links if there are any)

Security checks

@wso2-jenkins-bot
Copy link
Contributor

🦋 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.

@Yasasr1 Yasasr1 merged commit d9cbe60 into wso2:master Aug 29, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants