Mercurial > prosody-modules
annotate mod_listusers/README.markdown @ 5424:b45d9a81b3da
mod_http_oauth2: Revert role selector, going to try something else
Back out f2c7bb3af600
Allowing only a single role to be encoded into the grant takes away the
possibility of having multiple roles in the grant, one of which is
selected when issuing an access token. It also takes away the ability to
have zero roles granted, which could be useful e.g. when you only need
OIDC scopes.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 07 May 2023 19:40:57 +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 ``` |