Skip to content

bug: edge case for uoa loginΒ #61

@MrSpy42

Description

@MrSpy42

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\\"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions