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

Prevent passing an array as login #15324

Merged
merged 1 commit into from
Aug 18, 2024
Merged

Prevent passing an array as login #15324

merged 1 commit into from
Aug 18, 2024

Conversation

snipe
Copy link
Owner

@snipe snipe commented Aug 18, 2024

Someone was faffing around on the demo, injecting additional username fields, causing a 500. While they were clearly trying (unsuccessfully) to test for exploits, it was lighting up our rollbar and was annoying. This solves that.

Copy link

what-the-diff bot commented Aug 18, 2024

PR Summary

  • Enhancement on Login Validation
    Additional validation has been added to the 'username' and 'password' fields in the login control mechanism. This will ensure that only appropriate data types are entered, enhancing the security and reliability of the login process.

  • Improved Field Labels
    Visual updates have been made to the labels for 'username' and 'password' fields in the login. Icons have been added to these labels for a better user interface and more intuitive interaction.

  • Remember Me functionality
    A new 'Remember Me' feature has been incorporated into the login process. With this, users have the option to stay signed in, increasing ease of access for frequent users.

@snipe snipe merged commit cb40a82 into develop Aug 18, 2024
8 of 9 checks passed
@snipe snipe deleted the jerk_prevention branch August 18, 2024 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant