g3proxy: allow to disable user password auth

This commit is contained in:
Zhang Jingqiang 2023-08-02 17:23:20 +08:00
parent 067ea8e8e8
commit 170a4e129a
9 changed files with 40 additions and 29 deletions

View file

@ -21,6 +21,14 @@ token
Set the token used to authenticate the user. The token can be in the following types:
* null
The null value means password token auth is disabled.
.. note:: This is different from not setting token value, which means forbid the user.
.. versionadded:: 1.7.20
* str
The value should be a string in unix format, see crypt(5).