Closed jamesreprise closed 1 year ago
We've added the ability to update user passwords through TypeDB Console.
This can be done with the syntax: user password <username> The user is then prompted to input a new password.
user password <username>
We've added a REPLCommand subclass Password that contains the necessary information to update a user's password.
REPLCommand
Password
Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.
Trivial Change
Code
Architecture
What is the goal of this PR?
We've added the ability to update user passwords through TypeDB Console.
This can be done with the syntax:
user password <username>
The user is then prompted to input a new password.What are the changes implemented in this PR?
We've added a
REPLCommand
subclassPassword
that contains the necessary information to update a user's password.