Guest User

Untitled

a guest
Apr 23rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <form action="<?php echo site_url("Manage/changeUserPassword"); ?>" method="post">
  2.  
  3. <input hidden class="inputwithiduser" type="text" name="iduser" value="">
  4. <input type="password" id="inputPasswd" name="password" placeholder="New password" value="">
  5. <button type="submit">Save</button>
  6. </form>
Add Comment
Please, Sign In to add comment