typedb / typedb-console

TypeDB Console: CLI for TypeDB and TypeDB Cluster
https://typedb.com
Mozilla Public License 2.0
7 stars 16 forks source link

Allow updating of user passwords #196

Closed jamesreprise closed 1 year ago

jamesreprise commented 1 year ago

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 subclass Password that contains the necessary information to update a user's password.

typedb-bot commented 1 year ago

PR Review Checklist

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