Resolve "Allow CLI to set password"
Compare changes
Files
7+ 10
− 9
@@ -16,6 +16,7 @@ import click
@@ -35,7 +36,7 @@ from exceptions import BackendError
@@ -90,8 +91,8 @@ from models import User, App, AppRole
@@ -146,7 +147,7 @@ def delete_app(slug):
@@ -245,7 +246,7 @@ def setpassword_user(email, password):
@@ -403,7 +404,7 @@ def auth():
@@ -481,7 +482,7 @@ def consent():