-
Notifications
You must be signed in to change notification settings - Fork 11
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
Implements feature to type password in chat to login/regi… #121
Conversation
Hello there! Thanks for your first pull request! I'll squash and merge (after testing) and attach your profile link in the GitHub and Spigot releases. But first of all, please check the review. |
core/src/main/java/me/mastercapexd/auth/step/impl/LoginAuthenticationStep.java
Outdated
Show resolved
Hide resolved
core/src/main/java/me/mastercapexd/auth/server/commands/impl/LoginCommandImplementation.java
Outdated
Show resolved
Hide resolved
core/src/main/java/me/mastercapexd/auth/server/commands/impl/RegisterCommandImplementation.java
Outdated
Show resolved
Hide resolved
Everything seems to be okay, I'll try to test this as soon as possible. After testing I'll approve that PR. |
I've tested, it is great! Thank you for the implementation of this future. But there are several problems with register implementation:
Solution: Pull Request that fixes it: You could deny Pull Request if you have more elegant solution |
yeah, that's seems to be a good solution, but i found a probable bug. idk was it intended to be like that, so please, check out the review |
or we could require player to chat the password two times(type password, press enter, type conf password, press enter) and throw an error if the password contains whitespace |
Sorry, but i can't see your review if you meant that
Nice solution, but most importantly it should be intuitive for user to use. |
[BugFix] Properly handle whitespaces in AuthenticationChatPasswordListener
No description provided.