Improved and cleaned up http auth.
This commit is contained in:
@@ -370,10 +370,10 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
|
||||
<li>Was called 'advanced' in versions before 2.2.3.</li>
|
||||
<li>Introduced in 1.3.0, it uses Basic HTTP authentication method and
|
||||
allows you to login as any valid MySQL user.</li>
|
||||
<li>Is supported with PHP running as an Apache module. For IIS (ISAPI)
|
||||
support using CGI PHP, see <a href="#faq1_32">FAQ 1.32</a>.</li>
|
||||
<li>See also <a href="#faq4_4">FAQ 4.4</a> about not using the <i>.htaccess</i> mechanism along
|
||||
with 'http' authentication mode.</li>
|
||||
<li>Is supported with most PHP configurations. For IIS (ISAPI) support
|
||||
using CGI PHP, see <a href="#faq1_32">FAQ 1.32</a>.</li>
|
||||
<li>See also <a href="#faq4_4">FAQ 4.4</a> about not using the
|
||||
<i>.htaccess</i> mechanism along with 'http' authentication mode.</li>
|
||||
</ul>
|
||||
|
||||
<h4>'cookie' authentication mode</h4>
|
||||
|
Reference in New Issue
Block a user