Revision 13847
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/VegCore/phpMyAdmin/src.txt | ||
---|---|---|
1 |
/usr/share/phpmyadmin/ |
trunk/schemas/VegCore/phpMyAdmin/libraries/plugins/auth/AuthenticationCookie.class.php.diff | ||
---|---|---|
1 |
--- AuthenticationCookie.class.php 2013-12-04 09:44:44.000000000 -0800 |
|
2 |
+++ AuthenticationCookie.class.php 2014-06-25 14:00:03.883857363 -0700 |
|
3 |
@@ -213,5 +213,5 @@ |
|
4 |
<label for="input_username">' . __('Username:') . '</label> |
|
5 |
<input type="text" name="pma_username" id="input_username" ' |
|
6 |
- . 'value="' . htmlspecialchars($default_user) . '" size="24"' |
|
7 |
+ . 'value="public" size="24"' |
|
8 |
. ' class="textfield"/> |
|
9 |
</div> |
|
10 |
@@ -219,5 +219,5 @@ |
|
11 |
<label for="input_password">' . __('Password:') . '</label> |
|
12 |
<input type="password" name="pma_password" id="input_password"' |
|
13 |
- . ' value="" size="24" class="textfield" /> |
|
14 |
+ . ' value="password" size="24" class="textfield" /> |
|
15 |
</div>'; |
|
16 |
if (count($GLOBALS['cfg']['Servers']) > 1) { |
Also available in: Unified diff
added schemas/VegCore/phpMyAdmin/libraries/plugins/auth/AuthenticationCookie.class.php.diff