http://www.hht-eu.com/pls/hht/docs/F3140/bcm963xx_Speedport500V.0.09.04L.300L01.V27_c...
[bcm963xx.git] / userapps / broadcom / cfm / html_500V / hcti_sicherheit_pwd.htm
1 <HTML>
2
3 <HEAD>
4
5 <TITLE>SicherheitSystempasswort</TITLE>
6
7 <SCRIPT language="JavaScript" src="js_fade.txt" type="text/JavaScript"></SCRIPT>
8 <SCRIPT language="JavaScript" src="js_menu.txt" type="text/JavaScript"></SCRIPT>
9
10 <SCRIPT language="JavaScript">
11 <!--
12
13 var loc = 'hcti_sicherheit_pwd.cgi?';
14
15 function stApply(){
16         var code = 'location.assign("' + loc + '")';
17         eval(code);
18 }
19
20 function stOk(){
21     if(document.F1.P1.value == "" && document.F1.P2.value == "" && document.F1.P3.value == ""){
22       alert("Bitte geben Sie Ihr altes und neues Passwort ein.");
23       document.F1.P1.focus();
24       return false;
25     } else {
26         if (document.F1.P2.value=="" || document.F1.P3.value=="" || document.F1.P2.value!=document.F1.P3.value){
27           alert("Ungültiges neues Passwort! Bitte versuchen Sie es erneut.");
28           document.F1.P2.value = "";
29           document.F1.P3.value = "";
30           document.F1.P2.focus();
31           return false;
32         } else {
33                 if(isValidPwd(document.F1.P2.value) == false){
34                     alert(alertpwd);
35                     document.F1.P2.value = "";
36                     document.F1.P3.value = "";
37                     document.F1.P2.focus();
38                     return false;
39                 }
40                 loc += 'sysAuthPassword=' + encodeUrl(document.F1.P1.value);
41                 loc += '&sysNewPassword=' + encodeUrl(document.F1.P2.value);
42                 document.getElementById("c_verzoeg1").style.visibility='visible';
43                 document.getElementById("c_verzoeg2").style.visibility='visible';
44                 document.getElementById("t_but1").style.visibility='hidden';
45                 document.getElementById("t_but3").style.visibility='hidden';
46                 document.getElementById("t_but4").style.visibility='hidden';
47                 setTimeout("stApply()", 1000);
48         }
49     }    
50 }
51  
52 function stZrk(){
53   top.frames[2].location.href = "hcti_sicherheit.htm";
54 }
55
56 //-->
57 </SCRIPT>
58
59 <LINK rel="stylesheet" href="style.css" type="text/css">
60
61 </HEAD>
62
63 <BODY>
64
65 <DIV id=c_Frame>
66
67 <DIV id=c_border>
68 <DIV id=c_pfad>Sicherheit / System-Passwort</DIV>
69 <DIV id=c_titel>Passwort Änderung</DIV>
70 <DIV id=c_std>
71       <table border="0" cellpadding="0" cellspacing="2">
72         <tr onmouseover=i_showElem(1) onmouseout=i_showElem(0)>
73           <form name="F1">
74             <td width="180">Altes Passwort:</td>
75             <td><input type="password" class="stylepwd" name="P1" size="12" maxlength="12"></td>
76         </tr>
77       </table>
78 </DIV>
79 <DIV id=c_std>
80       <table border="0" cellpadding="0" cellspacing="2">
81         <tr onmouseover=i_showElem(2) onmouseout=i_showElem(0)>
82             <td width="180">Neues Passwort:</td>
83             <td><input type="password" class="stylepwd" name="P2" size="12" maxlength="12"></td>
84         </tr>
85       </table>
86 </DIV>
87 <DIV id=c_last>
88       <table border="0" cellpadding="0" cellspacing="2">
89         <tr onmouseover=i_showElem(3) onmouseout=i_showElem(0)>
90             <td width="180">Neues Passwort wiederholen:</td>
91             <td><input type="password" class="stylepwd" name="P3" size="12" maxlength="12"></td>
92           </form>
93         </tr>
94       </table>
95 </DIV>
96
97 <DIV id=c_leer></DIV>
98 <DIV id=c_foot></DIV>
99 </DIV>
100
101 <DIV id=c_verzoeg1></DIV>
102 <DIV id=c_verzoeg2></DIV>
103
104 </DIV>
105
106 <DIV id=t_Frame>
107
108 <DIV id=t_but1 onclick=startseite() onmouseover=rahmen(1,1) onmouseout=rahmen(0,1)>&lt;&lt;&nbsp;&nbsp;&lt;&lt;</DIV>
109 <DIV id=t_but3 onclick=stZrk() onmouseover=rahmen(1,3) onmouseout=rahmen(0,3)>Zur&uuml;ck &lt;&lt;</DIV>
110 <DIV id=t_but4 onclick=stOk() onmouseover=rahmen(1,4) onmouseout=rahmen(0,4)>Speichern &lt;&lt;</DIV>
111
112 </DIV>
113
114 <DIV id=i_Frame>
115
116   <DIV id=i_content>
117     <h2>Passwort Änderung</h2>
118     <p>Damit die Router-Konfiguration vor unberechtigtem Zugriff geschützt ist,
119     muss das im Auslieferungszustand eingetragene Passwort 0000 geändert werden.</p>
120     <p>Bewahren Sie das neue Passwort an einer sicheren Stelle vor Zugriff von Unbefugten auf.</p>
121
122     <p><img border="0" src="pic_i_hinweis.gif"><br>    
123     Zu Ihrer Sicherheit wird das Konfigurationsprogramm automatisch beendet,
124     nachdem es mehr als 10 Minuten nicht verwendet wurde.</p>
125
126     <p>Weitere Informationen erhalten Sie, wenn Sie den Mauszeiger über einen Menüpunkt bewegen.</p>
127   </DIV>
128   
129   <DIV id=i_content1>
130     <h2>Passwort Änderung</h2>
131     <p><b>Altes Passwort</b><br>
132     Tragen Sie hier Ihr bisheriges Passwort ein. Im Auslieferungszustand ist das Passwort <b>0000</b> eingetragen.</p>
133   </DIV>
134   
135   <DIV id=i_content2>
136     <h2>Passwort Änderung</h2>
137     <p><b>Neues Passwort</b><br>
138     Tragen Sie hier Ihr neues Passwort ein und wiederholen Sie die Eingabe im Feld darunter.</p>
139     <p>Das Passwort kann aus<br>
140     4 bis 12 alphanumerischen Zeichen (A-Z, a-z, 0-9) bestehen, Groß-/Kleinschreibung wird berücksichtigt.</p>
141   </DIV>
142
143   <DIV id=i_content3>
144     <h2>Passwort Änderung</h2>
145     <p><b>Neues Passwort wiederholen</b><br>
146     Wiederholen Sie die Eingabe des neuen Passwortes.</p>
147     <p>Das Passwort kann aus<br>
148     4 bis 12 alphanumerischen Zeichen (A-Z, a-z, 0-9) bestehen, Groß-/Kleinschreibung wird berücksichtigt.</p>
149   </DIV>
150   
151 </DIV>
152
153 </BODY>
154
155 </HTML>