mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Correct errors in manual
This commit is contained in:
parent
68e3cd82ca
commit
bafb788b02
2 changed files with 3 additions and 2 deletions
1
dist/debian/arsse.install
vendored
1
dist/debian/arsse.install
vendored
|
@ -10,6 +10,7 @@ arsse.php usr/share/arsse/
|
||||||
|
|
||||||
dist/arsse usr/bin/
|
dist/arsse usr/bin/
|
||||||
manual usr/share/doc/arsse/
|
manual usr/share/doc/arsse/
|
||||||
|
dist/man/* usr/share/man/
|
||||||
dist/nginx etc/arsse/
|
dist/nginx etc/arsse/
|
||||||
dist/apache etc/arsse/
|
dist/apache etc/arsse/
|
||||||
dist/config.php etc/arsse
|
dist/config.php etc/arsse
|
||||||
|
|
|
@ -194,7 +194,7 @@ The following metadata properties exist for each user:
|
||||||
|
|
||||||
- Make Bob the Builder an administrator
|
- Make Bob the Builder an administrator
|
||||||
|
|
||||||
$ arsse user set admin true
|
$ arsse user set "Bob the Builder" admin true
|
||||||
|
|
||||||
- Disable Alice's account by clearing her password
|
- Disable Alice's account by clearing her password
|
||||||
|
|
||||||
|
@ -206,7 +206,7 @@ The following metadata properties exist for each user:
|
||||||
|
|
||||||
- Fail to log in as Alice
|
- Fail to log in as Alice
|
||||||
|
|
||||||
$ arsse user authbLS!$_UUZ!iN2i_!^IC6 alice "Oh, dear!"
|
$ arsse user auth alice "Oh, dear!"
|
||||||
Authentication failed
|
Authentication failed
|
||||||
$ echo $?
|
$ echo $?
|
||||||
1
|
1
|
||||||
|
|
Loading…
Reference in a new issue