theandrew168 / wordpress-password-reset-template

Simple plugin for customizing the WordPress password reset email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordpress-password-reset-template

Simple plugin for customizing the WordPress password reset email

Overview

This plugin adds an entry to the WordPress site's admin settings menu called "Password Reset Template". From here, the current password reset email template can be changed / updated.

Setup

On *nix systems with make and zip installed, simply run the make command. This will zip index.php into a file named password-reset-template.zip.

On Windows, create a zip file containing just the index.php file. You can name it whatever you like, but I recommend password-reset-template.zip for consistency.

With the plugin zip in hand, it can be uploaded to a WordPress site from the admin page: Plugins -> Add New.

Screenshot

plugin settings showing textarea and save button

About

Simple plugin for customizing the WordPress password reset email

License:MIT License


Languages

Language:PHP 96.0%Language:Makefile 4.0%