Преглед на файлове

Update external files to match renamed 'user update-auth' command.

Kestrel преди 11 месеца
родител
ревизия
3539493ad3
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      README.md
  2. 1 1
      simple-setup.sh

+ 1 - 1
README.md

@@ -53,7 +53,7 @@ $UIDC config set base_url "https://externally-visible-url"
 Create yourself a user and add a password (and 2FA if you want, by passing a `-pt` instead of `-p`):
 ```shell
 $UIDC user create <username>
-$UIDC user auth -p <username>
+$UIDC user update-auth -p <username>
 ```
 
 Finally, create an OIDC client:

+ 1 - 1
simple-setup.sh

@@ -12,7 +12,7 @@ $UIDC key generate
 $UIDC client create testclient
 $UIDC user create kestrel
 echo "please enter password for user 'kestrel'"
-$UIDC user auth -p kestrel
+$UIDC user update-auth -p kestrel
 
 $UIDC group create testgroup
 $UIDC role create testrole