1.1 --- a/php/heslo/index.php Wed May 06 01:57:46 2009 +0200
1.2 +++ b/php/heslo/index.php Wed Nov 30 15:56:29 2011 +0100
1.3 @@ -37,9 +37,9 @@
1.4 html('<form method="post" action="?akce=heslo">');
1.5 html('<fieldset>
1.6 <label>Jméno: <input type="text" name="jmeno" maxlength="60"/></label><br/>
1.7 - <label>Původní heslo: <input type="password" id="heslo_puvodni" name="heslo_puvodni" maxlength="128"/></label><br/>
1.8 - <label>Nové heslo: <input type="password" id="heslo_nove_1" name="heslo_nove_1" maxlength="128"/></label><br/>
1.9 - <label>Znovu nové: <input type="password" id="heslo_nove_2" name="heslo_nove_2" maxlength="128"/></label><br/>');
1.10 + <label>Původní heslo: <input type="password" id="heslo_puvodni" name="heslo_puvodni" maxlength="512"/></label><br/>
1.11 + <label>Nové heslo: <input type="password" id="heslo_nove_1" name="heslo_nove_1" maxlength="512"/></label><br/>
1.12 + <label>Znovu nové: <input type="password" id="heslo_nove_2" name="heslo_nove_2" maxlength="512"/></label><br/>');
1.13 if (empty($_SERVER['HTTPS'])) {
1.14 html('<img src="obrazky/zadna_bezpecnost.png" alt="CHYBÍ-SSL" title="Heslo se odesílá nešifrovaně. Přepněte na HTTPS."/>');
1.15 } else {