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

bug: edge case for uoa login #61

Open
MrSpy42 opened this issue Feb 2, 2025 · 0 comments
Open

bug: edge case for uoa login #61

MrSpy42 opened this issue Feb 2, 2025 · 0 comments

Comments

@MrSpy42
Copy link

MrSpy42 commented Feb 2, 2025

The my-studies app escapes backslash characters with another backslash effectively adding an extra character to a password that contains the backslash. Since unistudents doesn't do that, it fails the login with a wrong password error even though it is the correct one. Problem was fixed by manually adding an extra backslash to the unistudents password field. eg "examplepass123\" had to be changed to "examplepass123\\"

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

No branches or pull requests

1 participant