Changeset 568 in code for trunk/doc


Ignore:
Timestamp:
Jun 25, 2021, 6:33:13 PM (4 years ago)
Author:
contact
Message:

Add per-user realname setting

This allows users to set a default realname used if the per-network
realname isn't set.

A new "user update" command is introduced and can be extended to edit
other user properties and other users in the future.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/soju.1.scd

    r564 r568  
    161161
    162162        *-realname* <realname>
    163                 Connect with the specified real name. By default, the nickname is used.
     163                Connect with the specified real name. By default, the account's realname
     164                is used if set, otherwise the network's nickname is used.
    164165
    165166        *-nick* <nickname>
     
    297298        Disable SASL authentication and remove stored credentials.
    298299
    299 *user create* -username <username> -password <password> [-admin]
     300*user create* -username <username> -password <password> [options...]
    300301        Create a new soju user. Only admin users can create new accounts.
     302
     303        Options:
     304
     305        *-admin*
     306                Make the new user an administrator.
     307
     308        *-realname* <realname>
     309                Set the user's realname. This is used as a fallback if there is no
     310                realname set for a network.
     311
     312*user update* [-realname <realname>]
     313        Update the current user.
    301314
    302315*user delete* <username>
Note: See TracChangeset for help on using the changeset viewer.