Skip to content
Snippets Groups Projects
Commit b07ec74a authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov Committed by Alexander Tolstoy
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 3c3c835b
No related branches found
No related tags found
1 merge request!153api.md: mention password length requirement
......@@ -405,8 +405,7 @@ function create_user(user, password, [opts])
Параметры:
- `user` (_string_), имя пользователя
- `password` (_string_), пароль пользователя (с учётом требований
параметра `password_min_length`)
- `password` (_string_), пароль пользователя
- `opts`: (optional _table_), таблица:
- `auth_type` (optional _string_), тип аутентификации, варианты:
`'chap-sha1'` | `'md5'` | `'ldap'`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment