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

Enhancements for Account Security features #62

Open
lmsv-mx123 opened this issue Dec 17, 2020 · 0 comments
Open

Enhancements for Account Security features #62

lmsv-mx123 opened this issue Dec 17, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@lmsv-mx123
Copy link
Member

Follow-up for issue #41 .

Basically had been found out that in the registration part (notably) but also in the other places where the username is sent for account security, the hashing algorithm used to pass in username treated all letters as lowercase. There are several issues in that, for example not being able to have a username with capital letters after the first one. Another issue is for example if you have Aplayer and aPlayer, both should be distinct, but if logging in like aPlayer and doing some account security change or recovery, will try to find for Aplayer and apply it there. To fix it, there must be new hash placed, which maintains capitalization of letters by default even vanilla settings.

A side note enhancement will be the centering of the confirm cancel recovery request, which in general should also apply for other input popup boxes probably

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant