mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 08:44:04 +01:00
You can now run "photoprism auth add" to create new client access tokens that allow external applications to use the built-in REST API. Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -19,8 +19,9 @@ const (
|
||||
|
||||
// UsersCommands configures the user management subcommands.
|
||||
var UsersCommands = cli.Command{
|
||||
Name: "users",
|
||||
Usage: "User management subcommands",
|
||||
Name: "users",
|
||||
Aliases: []string{"user"},
|
||||
Usage: "User management subcommands",
|
||||
Subcommands: []cli.Command{
|
||||
UsersListCommand,
|
||||
UsersLegacyCommand,
|
||||
|
||||
Reference in New Issue
Block a user