-
Notifications
You must be signed in to change notification settings - Fork 47
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
[Feature Request] Change password functionality. #7
Comments
I have some code ready to implement this. Requires a change in Darkstar login code first. |
This works by using the same login flow from before to validate the correct user. However instead of returning to connect to the game server, the user is prompted for a new password to set. I tested all code paths manually: error cases and succesful password changing cases. fixed DarkstarProject#7
This works by using the same login flow from before to validate the correct user. However instead of returning to connect to the game server, the user is prompted for a new password to set. I tested all code paths manually: error cases and succesful password changing cases. fixed DarkstarProject#7
This works by using the same login flow from before to validate the correct user. However instead of returning to connect to the game server, the user is prompted for a new password to set. I tested all code paths manually: error cases and succesful password changing cases. fixed DarkstarProject#7
same. I added an email reset feature but have not had time to work out a crashbug in lobby I caused when adding it in (I derped the packet) I'll message you later on github so we can combine efforts |
Discussed via Discord. Seems a lot of the old code was lost over the years. However this file is currently in need of a refactor anyway, so I filed separate feature request issues for the email address creation/modification. In the meantime we can work towards making this file more maintainable and then just implement that from scratch. |
This works by using the same login flow from before to validate the correct user. However instead of returning to connect to the game server, the user is prompted for a new password to set. I tested all code paths manually: error cases and succesful password changing cases. fixed DarkstarProject#7
This works by using the same login flow from before to validate the correct user. However instead of returning to connect to the game server, the user is prompted for a new password to set. I tested all code paths manually: error cases and succesful password changing cases. fixed #7
There is currently no way to change passwords with xiloader (to my knowledge). Could this be implemented?
The text was updated successfully, but these errors were encountered: