Mercurial > prosody-modules
annotate mod_listusers/README.markdown @ 5553:67152838afbc
mod_http_oauth2: Improve error messages for URI properties
Since there are separate validation checks for URI properties, including
that they should use https, with better and more specific error reporting.
Reverts 'luaPattern' to 'pattern' which is not currently supported by
util.jsonschema, but allows anything that retrieves the schema over http
to validate against it, should they wish to do so.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 17 Jun 2023 18:15:00 +0200 |
parents | b56a635220f6 |
children |
rev | line source |
---|---|
5412
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
1 --- |
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
2 labels: |
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
3 - 'Stage-Obsolete' |
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
4 --- |
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
5 |
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
6 ::: {.alert .alert-warning} |
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
7 As of Prosody 0.12.x, `prosodyctl shell user list HOST` can be used |
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
8 instead of this module. |
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
9 ::: |
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
10 |
2323 | 11 This module adds a command to `prosodyctl` for listing users. |
12 | |
13 ``` sh | |
14 prosodyctl mod_listusers | |
15 ``` |