Skip to content

Conversation

@stappersg
Copy link
Contributor

or just password for admin

The help of stalwart-cli has now in the help
that : is for providing accountname in credentials.

It was needed to replace "/// text" with 'help = "text"' because the "///" doesn't do multiline nor \n expansion.

or just password for admin

The help of stalwart-cli has now in the help
that :  is for providing accountname in credentials.

It was needed to replace "/// text" with 'help = "text"'
because the "///" doesn't do multiline nor \n expansion.
@stappersg
Copy link
Contributor Author

This merge request solves #2146

In that Issue is

Is your feature request related to a problem?

I'm having problem with the hardcoded admin for the account name that stalwart-cli uses. It is having account name admin in the web interface what feels wrong.

I wasn't aware of using : to --credentials when I opened that issue.

With this patch has the help these lines:

  -u, --url <URL>                  Server base URL
  -c, --credentials <CREDENTIALS>  Authentication credentials
                                       accountname:password
                                       orJustpassword
                                   (for default accountname 'admin')
  -t, --timeout <TIMEOUT>          Connection timeout in seconds

Previously it was

  -u, --url <URL>                  Server base URL
  -c, --credentials <CREDENTIALS>  Authentication credentials
  -t, --timeout <TIMEOUT>          Connection timeout in seconds

New version has information default accountname and about the colon for expressing another accountname.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant