diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-28 17:39:04 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-28 21:23:05 -0500 |
commit | ead4cf2a0e9d41b5874dfcb6c753b18ed675cc0c (patch) | |
tree | c23378426c45b415dd74aea047c95c517fbe4b32 /templates | |
parent | 58a3ab692ec3a61c270e5a7b0953b6bb4b48b39c (diff) | |
download | ampache-ead4cf2a0e9d41b5874dfcb6c753b18ed675cc0c.tar.gz ampache-ead4cf2a0e9d41b5874dfcb6c753b18ed675cc0c.tar.bz2 ampache-ead4cf2a0e9d41b5874dfcb6c753b18ed675cc0c.zip |
Rename vauth to Auth
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_test_config.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_test_config.inc.php b/templates/show_test_config.inc.php index 3664ff9d..b8714487 100644 --- a/templates/show_test_config.inc.php +++ b/templates/show_test_config.inc.php @@ -54,7 +54,7 @@ new config file.</p> values from the ampache.cfg.php.dist file will be used.</p> <strong>auth_methods</strong> (<i>mysql</i>)<br /> -This defines which auth methods vauth will attempt to use and in which order, if auto_create isn't enabled. +This defines which auth methods Auth will attempt to use and in which order, if auto_create isn't enabled. The user must exist locally as well<br /> <br /> <strong>tag_order</strong> (<i>id3v2,id3v1,vorbiscomment,quicktime,ape,asf</i>)<br /> |