Jump to content

password update Dreamweaver CS3 developer toolbox


Recommended Posts

Hmm, this has been bugging me all day;

Im not sure if its a bug or what in the developer toolbox but I cant get it to update my member passwords no matter what I try;

my code is below If anyone has experienced this before; Anyone who can help i'd greatly appreciate it, thanks  :)

 

<form method="post" id="form1" action="<?php echo KT_escapeAttribute(KT_getFullUri()); ?>">
  <table cellpadding="2" cellspacing="0" class="KT_tngtable">
    <tr>
      <td class="KT_th"><label for="old_member_password">Old Member_password:</label></td>
      <td><input type="password" name="old_member_password" id="old_member_password" value="" size="32" />
          <?php echo $tNGs->displayFieldError("members", "old_member_password"); ?> </td>
    </tr>
    <tr>
      <td class="KT_th"><label for="member_password">Member_password:</label></td>
      <td><input type="password" name="member_password" id="member_password" value="" size="32" />
          <?php echo $tNGs->displayFieldHint("member_password");?> <?php echo $tNGs->displayFieldError("members", "member_password"); ?> </td>
    </tr>
    <tr>
      <td class="KT_th"><label for="re_member_password">Re-type Member_password:</label></td>
      <td><input type="password" name="re_member_password" id="re_member_password" value="" size="32" />
      </td>
    </tr>
    <tr class="KT_buttons">
      <td colspan="2"><input type="submit" name="KT_Update1" id="KT_Update1" value="Update record" />
      </td>
    </tr>
  </table>
</form>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.