Current time: 09-23-2024, 11:19 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[erledigt] Passwort Generierung
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: Passwort Generierung
Hi

im Quellcode wird dasselbe (generierte) Passwort in beide Eingabezeilen eingetragen. Bzw.: im Template wird dieselbe Platzhalter-Variable für beide Passwortzeilen benutzt.

Da bleibt nicht viel anderes, als mal debuggen.

Schau dir den Quellcode an, dann solltest du die $Unterschiede der zwei Passwörter sehen und ggf. lässt dies auf den Fehler rückschliessen (nach mehreren Tests).
Code:
<tr>
                          <td width="25">&nbsp;</td>
                          <td class="content2" width="200">Passwort</td>
                          <td class="content"><input type="password" name="userpassword" value="4c4L=Bl" style="width:210px" class="textinput" />
                          </td>
                        </tr>
                        <tr>

                          <td width="25">&nbsp;</td>
                          <td class="content2" width="200">Passwort wiederholen</td>
                          <td class="content"><input type="password" name="userpassword_repeat" value="4c4L=Bl" style="width:210px" class="textinput" />
                          </td>
                        </tr>

Die Möglichkeit, ein neues PW zu generieren klappt nicht?

Gruss J
08-25-2009 06:05 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
[erledigt] Passwort Generierung - mccharly - 08-25-2009, 05:52 PM
RE: Passwort Generierung - joximu - 08-25-2009 06:05 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)