Title: Password confirmation re-entering functionality
Last modified: March 20, 2018

---

# Password confirmation re-entering functionality

 *  Resolved [pitcheider](https://wordpress.org/support/users/pitcheider/)
 * (@pitcheider)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/password-confirmation-re-entering-functionality/)
 * Can I somehow prevent the users from copping the password filed and later inserted
   to the password confirmation field? I want the users to enter the password twice,
   not to copy and past it.
    Thanks for help
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpassword-confirmation-re-entering-functionality%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [grandwp](https://wordpress.org/support/users/grandwp/)
 * (@grandwp)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/password-confirmation-re-entering-functionality/#post-10100193)
 * Dear [@pitcheider](https://wordpress.org/support/users/pitcheider/).
 * We do not have such an option at present moment, but you can add the code below
   from the admin to have the functionality:
 * window.onload = function() {
    var yourClass = document.getElementById(‘yourClass’);
   yourClass.onpaste = function(e) { e.preventDefault(); } }
    -  This reply was modified 8 years, 2 months ago by [grandwp](https://wordpress.org/support/users/grandwp/).
 *  Thread Starter [pitcheider](https://wordpress.org/support/users/pitcheider/)
 * (@pitcheider)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/password-confirmation-re-entering-functionality/#post-10104406)
 * You guys are great! Thanks for the code. Will add it and let you know in case
   of anything. Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Password confirmation re-entering functionality’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-contact-form-builder_b0d1f3.
   svg)
 * [Easy Contact Form - Form Builder Plugin - Forms for WordPress](https://wordpress.org/plugins/easy-contact-form-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-contact-form-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-contact-form-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-contact-form-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-contact-form-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-contact-form-builder/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [pitcheider](https://wordpress.org/support/users/pitcheider/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/password-confirmation-re-entering-functionality/#post-10104406)
 * Status: resolved