github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/docs/cli/cozy-stack_fix_password-defined.md (about)

     1  ## cozy-stack fix password-defined
     2  
     3  Set the password_defined setting
     4  
     5  ### Synopsis
     6  
     7  
     8  A password_defined field has been added to the io.cozy.settings.instance
     9  (available on GET /settings/instance). This fixer can fill it for existing Cozy
    10  instances if it was missing.
    11  
    12  
    13  ```
    14  cozy-stack fix password-defined <domain> [flags]
    15  ```
    16  
    17  ### Options
    18  
    19  ```
    20    -h, --help   help for password-defined
    21  ```
    22  
    23  ### Options inherited from parent commands
    24  
    25  ```
    26        --admin-host string   administration server host (default "localhost")
    27        --admin-port int      administration server port (default 6060)
    28    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    29        --host string         server host (default "localhost")
    30    -p, --port int            server port (default 8080)
    31  ```
    32  
    33  ### SEE ALSO
    34  
    35  * [cozy-stack fix](cozy-stack_fix.md)	 - A set of tools to fix issues or migrate content.
    36