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

Special Characters in Password - Auth Failure #105

Open
Shekan opened this issue Aug 21, 2024 · 1 comment
Open

Special Characters in Password - Auth Failure #105

Shekan opened this issue Aug 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Shekan
Copy link

Shekan commented Aug 21, 2024

When using certain special characters in your password when adding a user, this can make it impossible to connect via Tinfoil. Characters I have personally tested and noticed an issue with are listed below:

  • @
@a1ex4 a1ex4 added the bug Something isn't working label Aug 21, 2024
@dnsBlah
Copy link

dnsBlah commented Oct 2, 2024

disable the use of special characters in user creation/update form:
special characters are not supported in HTTP AUTH unless Tinfoil is updated for this.

Simply reject any non UTF-8 characters and : @ & / ? # =

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants