openidec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

reset.tpl (751B)


      1 {{template "header.tpl" $}}
      2 <form method="post" enctype="application/x-www-form-urlencoded" action="/register">
      3 <input type="hidden" name="token" value="{{.User.Token}}">
      4 <table id="login" cellspacing=0 cellpadding=0>
      5 
      6 <tr class="odd"><td>
      7 	Reset password
      8 <!-- <input type="text" name="token" class="login" placeholder="authstr" value="{{.User.Token}}"><br> -->
      9 </td></tr>
     10 
     11 <tr class="even"><td>
     12 <input type="password" name="old_password" class="passwd" placeholder="old password"><br>
     13 </td></tr>
     14 
     15 <tr class="even"><td>
     16 <input type="password" name="password" class="passwd" placeholder="new password"><br>
     17 </td></tr>
     18 
     19 <tr class="odd"><td class="links">
     20 <button class="form-button">Save</button>
     21 </td></tr>
     22 
     23 </table>
     24 
     25 </form>
     26 {{template "footer.tpl"}}