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

Add a change password option to xiloader. #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mrhappyasthma
Copy link

@mrhappyasthma mrhappyasthma commented Feb 14, 2021

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 successful password changing cases.

(Note: I held off for some time on submitting this, as the state of https://github.com/DarkstarProject/darkstar was a bit unknown. This works with https://github.com/project-topaz/topaz and https://github.com/topaz-next/topaz as of project-topaz/topaz@821bcfe and topaz-next/topaz@821bcfe respectively. If you're still using the archived Darkstar project, then you can simply merge this pull request into your local branch: DarkstarProject/darkstar#6366)

fixed #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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Change password functionality.
1 participant