Skip to content

Instantly share code, notes, and snippets.

@max-kk
Created October 2, 2020 12:21
Show Gist options
  • Save max-kk/a7bf0a595ff3abd855c78ce4f5c264e8 to your computer and use it in GitHub Desktop.
Save max-kk/a7bf0a595ff3abd855c78ce4f5c264e8 to your computer and use it in GitHub Desktop.
LRM removing the auto-populated password
jQuery( document ).ready(function() {
jQuery(".lrm-restore-password #lrm-password1").val( "" );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment