You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
This change adds support for a new command in the login code to support
changing a users password. It simply verifies the users login similarly
to the existing flow, and then makes another request over the socket for
the new password. Then it updates the SQL.
Tested locally. Have a set of changes ready for xiloader as well, but
this work is required first.
NOTE: There is definitely some refactoring that could be done in this
file to reduce the amount of nested braces and to reduce duplicated code.
I tried to touch as little existing code as possible in this change to
reduce the risk of introducing a regression.
Issue by mrhappyasthma
Sunday Feb 23, 2020 at 04:45:11
Originally opened as: project-topaz/topaz - Issue 379
This is a prerequisite for DarkstarProject/xiloader#7.
This change adds support for a new command in the login code to support
changing a users password. It simply verifies the users login similarly
to the existing flow, and then makes another request over the socket for
the new password. Then it updates the SQL.
Tested locally. Have a set of changes ready for xiloader as well, but
this work is required first.
NOTE: There is definitely some refactoring that could be done in this
file to reduce the amount of nested braces and to reduce duplicated code.
I tried to touch as little existing code as possible in this change to
reduce the risk of introducing a regression.
I affirm:
The text was updated successfully, but these errors were encountered: