From 22cea49f03f665109aa5971b4e83a5fe62d94cbf Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Wed, 26 Nov 2025 03:20:04 +0100 Subject: [PATCH] Update authctl manpage with the recent changes of the client. --- man/authctl.1 | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/man/authctl.1 b/man/authctl.1 index cccadfb..8ab7433 100644 --- a/man/authctl.1 +++ b/man/authctl.1 @@ -134,65 +134,69 @@ Subcommands: .Bl -tag -width "change-password" -compact .It Li add Adding a user to the DB. -.It "" +.br .Nm add .Ar login .Ar email-address .It Li migrate Adding a user from old code base. -.It "" +.br .Nm migrate .Ar login .Ar hashed-password-old-algorithm .It Li mod Modify a user account. -.It "" +.br .Nm mod .Ar userid .Bq Fl e Ar email | Fl P Ar profile .It Li change-password Change the password of a user (requires admin). -.It "" +.br .Nm change-password .Ar userid .It Li delete Remove user. -.It "" +.br .Nm delete .Ar userid +.Op Ar userid... .It Li validate Validate user. -.It "" +.br .Nm validate .Ar login .Ar activation-key .It Li get Get user info. -.It "" +.br .Nm get .Ar login +.Op Ar login... .It Li search Search user. -.It "" +.br .Nm search .Ar login +.Op Ar login... .It Li recover Recover user password. -.It "" +.br .Nm recover .Ar login +.Op Ar login... .It Li register Register a user (requires activation from the token sent by email). -.It "" +.br .Nm register .Ar login .Ar email-address @@ -215,7 +219,7 @@ permission set user-id application resource permission .br Available permissions: .Em none read edit admin . -.It "" +.br Example: .Nm authctl .Ar permission set 1000 dnsmanager @@ -227,7 +231,7 @@ permission check user-id application resource .br Available permissions: .Em none read edit admin . -.It "" +.br Example: .Nm authctl .Ar permission check 1000 forum