Installation
Requirements
Before installing Frontend Reset Password, ensure your site meets these requirements:
- WordPress version: 4.4 or higher
- PHP version: 5.6 or higher (recommended: 7.4+)
- Tested up to: WordPress 6.8
The plugin works on standard WordPress installations and multisite networks.
Installation methods
You can install Frontend Reset Password using any of these three methods:
Method 1: WordPress plugin repository (recommended)
This is the easiest installation method and ensures you receive automatic updates.
- Log in to your WordPress admin dashboard
- Navigate to Plugins > Add New
- In the search box, type "Frontend Reset Password"
- Locate the plugin by WP Enhanced in the search results
- Click Install Now
- After installation completes, click Activate
Method 2: Manual upload via WordPress admin
Use this method if you've downloaded the plugin ZIP file from WordPress.org or another source.
- Download the plugin ZIP file
- Log in to your WordPress admin dashboard
- Navigate to Plugins > Add New
- Click Upload Plugin at the top of the page
- Click Choose File and select the downloaded ZIP file
- Click Install Now
- After installation completes, click Activate Plugin
Method 3: Manual upload via FTP
Use this method if you prefer FTP access or need to install without admin dashboard access.
- Download the plugin ZIP file and extract it on your computer
- Connect to your server using an FTP client
- Navigate to your WordPress root directory
- Go to
wp-content/plugins/ - Upload the extracted
frontend-reset-passwordfolder to this location - Log in to your WordPress admin dashboard
- Navigate to Plugins > Installed Plugins
- Locate Frontend Reset Password and click Activate
The parent folder must be named frontend-reset-password and contain the file som-frontend-reset-password.php for WordPress to recognize the plugin.
Activation
After activating the plugin, you'll see a new menu item under Settings > Frontend Reset Password in your WordPress admin dashboard. This is where you'll configure the plugin.
Verification checklist
Confirm the plugin is installed correctly:
- Plugin appears in Plugins > Installed Plugins with "Active" status
- Settings > Frontend Reset Password menu item is visible
- No error messages appear in the WordPress admin
- Plugin version 1.2.4 or higher is installed
Multisite installations
Frontend Reset Password works on WordPress multisite networks. You can:
- Network activate: Activate for all sites in the network from Network Admin > Plugins
- Per-site activate: Activate individually on each site from Site Admin > Plugins
Each site maintains its own plugin settings regardless of activation method.
Common installation issues
Plugin not appearing after activation
Cause: Browser cache or WordPress cache showing outdated admin menu.
Solution: Clear your browser cache and refresh the page. If using a caching plugin, clear the WordPress cache.
"Plugin could not be activated" error
Cause: PHP version incompatibility or file permission issues.
Solution:
- Verify your PHP version meets the minimum requirement (5.6+)
- Check file permissions on the plugin directory (should be 755 for directories, 644 for files)
- Review your error logs for specific PHP errors
Upload size limit exceeded
Cause: Server upload limit is smaller than the plugin ZIP file.
Solution: Use Method 3 (FTP upload) or ask your hosting provider to increase the upload limit temporarily.
What's next
- Quick start tutorial - Set up your first password reset page in 15 minutes
- Settings overview - Configure the plugin for your site
- Troubleshooting - Resolve common issues