i agree with s_ha_dum, this is not exactly very protective… but what you could do is build a validation form with jquery and if it passes then convert into the actual password.
example:
real password you created:
0123456789
user enters any ten digits:
6537268574
with jquery you can store the value entered somewhere (if you will need it further on) and then change that password field to ‘0123456789’
two caveats:
as mentioned before, really not much protection at all…
and also, this would mean that everyone is logging into the same user, which could present some problems down the road.
Related Posts:
- How do I call wp_get_current_user() in a plugin when plugins are loaded before pluggable.php?
- How to make simply “report” button on posts
- Add new password rule to Ultimate Member register form
- Change destination author link
- How can I include PHP-Code to my post?
- how to display all posts Custom fields dynamically?
- Seriously stuck with some custom meta box/plugin stuff
- explanation for activate_plugin function in wordpress core
- Get product attribute for Simple product in WooCommerce
- Creating an Exit Confirmation Popup
- Uncaught Error: Call to undefined function get_user_by() after moving function from theme to plugin
- Display a text message if the field is not found and not if found
- Reposition Woocommerce Message
- Add a plugin before main container
- Shortcode to generate and save password in a file
- I don’t understand how this parameter works..?
- problems with wordpress and php version 5.3.3-1
- WordPress Redirect Not Working – AJAX Callback Response Not Picked Up
- WordPress takes too much time (100 seconds) to load – Front end and back end
- how to change the verification url of pie register plugin of wordpress?
- Creating a custom post type, adding custom meta fields, preventing all future editability of posts of this type
- wp_get_post_terms is difference obj model than the one in rest api response
- How to fetch products with the price in a page on woocommerce using a form or live search with php
- WpDataTables – View Image Directory
- Creating a Callback URL for WordPress Woocommerce to update Order Status
- Server configuration for WordPress – Do I need install PHP-SSH extensions for WordPress on Fedora28?
- WordPress shows error related to allow_url_fopen
- Delete mobile menu button [closed]
- How to replace WordPress Media Upload Window with user’s device window?
- Using color picker in plugin, does input attribute order matter?
- Finding the screen id of a page generated with add_menu_page
- Can i add custom code in Source, Header from function.php?
- How to make multiple admin pages for one plugin?
- Problem with isset and $_POST
- Redeclare function after plugin activation
- get_edit_post_link() not working on wp-cron
- Woocommerce Backend Search by Title and SKU
- Control page content visibility based on URL parameter
- WooCommerce Shopping Cart Not Initially Showing Products [closed]
- Plugin not working & permalink erorr after upgrade to php 7x on Nginx
- How to translate wordpress error message
- Override a Plugin Function
- Comment “like” problem – “users who like this” avatar linking to current user profile instead of “liker’s” profile
- I want to generate the pdf and save it in library?
- Add key and value to an array in another file
- Trying to make a simple wordpress plugin, having difficulties understanding how to make it?
- wordpress plugin license issue -New plugin development
- Create “new pages” within the admin section of plugin
- More gentle way to hook WordPress custom url
- add_action for publish_post doesn’t work
- How to proper escape echo inside a javascript tag
- How to Call Specific .PHP file on add_submenu_page selection in Plugin Development?
- How to properly replace the_content with the html in a php file?
- How to Add text value in Automatically in this conditions?
- How to convert Currency from USD to other IP Based currency in Php function
- How do I reinit WordPress plugins dynamically using jS?
- WordPress + python integration
- Newbie problem with adding include wp_footer
- Hide content for specific users with id
- adding dynamic/multiple slug values in ‘option_none_value’
- Problem with Date translation in WordPress
- How to assign a specific service to a specific provider based on location
- wp_set_password() does not work!
- 500 Internal server error wp_handle_upload_prefilter
- Can’t access 3rd party API, code works on local server but not on wordpress
- Get post content inside plugin class method
- Python in WordPress – A “Hello World” implementation
- Compare Ajax Data Results
- How can I make the search bar in my wordpress site search all of the pages rather than just the blog posts?
- Restrict role to use a plugin
- Nested DIV’s across functions in PHP, do not seem to work
- Creating new option (add_option) from AJAX – Settings API
- Use WP_Query for custom post type but result get empty
- Same Title on two different post type with single custom taxonomy
- Every time I use wp_get_current_user() my plugin breaks
- Need help integrating plugin into theme
- resizes images on the fly
- get_option return incorrect values
- I created a custom form in HTML/CSS and now I need it to submit … should I create custom PHP or is there a plugin I can use?
- Saving plugin data returns “You do not have sufficient permissions to access this page.”
- private functions in plugins
- Doing action based on input from options menu
- Insert dynamic content into posts
- avatar displays outside of targeted area
- ACF: Hide a div or template section when a custom field (in a field group) is empty
- My wordpress site wont load, it gives header error warnings
- Can anyone see a syntax error in this? [closed]
- wp_handle_upload – specified file failed upload test
- Warning: Undefined variable $admin
- How to change all the urls of the WordPress site?
- How do I remove the filter from the orders and add custom status in Dokan?
- How to make a Template page to show the information of different things Shop and Product page?
- Split Million WordPress Post’s Into Multiple Database Server
- public custom posts not showing in my wordpress plugin
- Conclude woocommerce-shipping-totals
- adding firstname and lastname on registration
- Plugin question, How to insert a colon in a value box
- Tickera missing attendees – No attendees found
- Parse error : syntax error, unexpected ‘)’ in
- Lost Password of my site, how to reset wordpress password?