Skip to content

Commit f2594cb

Browse files
authored
Actualize text (#3189)
Resolves #3187 Resolves #3188
1 parent 7ac24e0 commit f2594cb

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

doc/book/admin/access_control.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ except when mixed with a random salt.
8282

8383
For more details of the password hashing algorithm (e.g. for the purpose of writing
8484
a new client application), read the
85-
`scramble.h <https://github.com/tarantool/tarantool/blob/2.1/src/scramble.h>`_
85+
`scramble.h <https://github.com/tarantool/tarantool/blob/master/src/scramble.h>`_
8686
header file.
8787

8888
This system prevents malicious onlookers from finding passwords by snooping
89-
in the log files or snooping on the wire. It is the same system that
90-
`MySQL introduced several years ago <http://dev.mysql.com/doc/refman/5.7/en/password-hashing.html>`_,
89+
in the log files or snooping on the wire. It is the same system as in
90+
`MySQL <http://dev.mysql.com/doc/refman/5.7/en/password-hashing.html>`_,
9191
which has proved adequate for medium-security installations.
9292
Nevertheless, administrators should warn users that no system
9393
is foolproof against determined long-term attacks, so passwords should be

locale/ru/LC_MESSAGES/book/admin/access_control.po

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,18 +144,17 @@ msgstr ""
144144
msgid ""
145145
"For more details of the password hashing algorithm (e.g. for the purpose of "
146146
"writing a new client application), read the `scramble.h "
147-
"<https://github.com/tarantool/tarantool/blob/2.1/src/scramble.h>`_ header "
147+
"<https://github.com/tarantool/tarantool/blob/master/src/scramble.h>`_ header "
148148
"file."
149149
msgstr ""
150150
"Для получения дополнительной информации об алгоритме хеширования паролей "
151151
"(например, для написания нового клиентского приложения), прочтите файл "
152-
"заголовка `scramble.h <https://github.com/tarantool/tarantool/blob/2.1/ "
152+
"заголовка `scramble.h <https://github.com/tarantool/tarantool/blob/master/ "
153153
"src/scramble.h>`_."
154154

155155
msgid ""
156156
"This system prevents malicious onlookers from finding passwords by snooping "
157-
"in the log files or snooping on the wire. It is the same system that `MySQL "
158-
"introduced several years ago "
157+
"in the log files or snooping on the wire. It is the same system as in `MySQL "
159158
"<http://dev.mysql.com/doc/refman/5.7/en/password-hashing.html>`_, which has "
160159
"proved adequate for medium-security installations. Nevertheless, "
161160
"administrators should warn users that no system is foolproof against "
@@ -165,9 +164,9 @@ msgid ""
165164
"change their own passwords."
166165
msgstr ""
167166
"Система не дает злоумышленнику определить пароли путем просмотра файлов "
168-
"журнала или слежения за активностью. Это та же система, `несколько лет назад"
169-
" внедренная в MySQL <http://dev.mysql.com/doc/refman/5.7/en/password-"
170-
"hashing.html>`_, которой оказалось достаточно для объектов со средней "
167+
"журнала или слежения за активностью. Это та же система, что и "
168+
"`в MySQL <http://dev.mysql.com/doc/refman/5.7/en/password-"
169+
"hashing.html>`_. Её оказалось достаточно для объектов со средней "
171170
"степенью безопасности. Тем не менее, администраторы должны предупреждать "
172171
"пользователей, что никакая система не защищена полностью от постоянных "
173172
"длительных атак, поэтому пароли следует охранять и периодически изменять. "

0 commit comments

Comments
 (0)