Document when the feature has been added

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-06-19 09:54:03 +02:00
parent 0b9e84e944
commit f2eb84011c

View File

@ -89,6 +89,10 @@ Basic settings
:type: string
:default: ``'auto'``
.. versionadded:: 4.8.0
This is supported since phpMyAdmin 4.8.0.
Configure authentication logging destination. Failed (or all, depending on
:config:option:`$cfg['AuthLogSuccess']`) authentication attempts will be
logged according to this directive:
@ -116,6 +120,10 @@ Basic settings
:type: boolean
:default: false
.. versionadded:: 4.8.0
This is supported since phpMyAdmin 4.8.0.
Whether to log successful authentication attempts into
:config:option:`$cfg['AuthLog']`.