Description
This plugin display form to enter email Id to retrieve forgotten username.
Attributes
1. custom label for form button.
2. custom messages.
3. custom email subject and content.
4. Forgot username form take your current theme style. (In screenshots, forgot username form is in twenty seventeen theme)
Screenshots
Installation
- Upload from admin side, upload new plugin from
Plugins -> Add New
OR extractforget-username.zip
file in directory to your/wp-content/plugins/
directory. - Activate the plugin through the
Plugins
in your WordPress Admin Panel. - To add “Forgot Username” form to your website, There are 2 methods, (1) Add this code
[forget-username-form]
in page,post or widget, (2) Add this code<?php echo do_shortcode('[forget-username-form]');?>
in your template file. - To set button label, submission message, email content; go to
Settings -> forgot username
. Change details as per your requirement. - That’s it. Enjoy!
FAQ
- Installation Instructions
-
- Upload from admin side, upload new plugin from
Plugins -> Add New
OR extractforget-username.zip
file in directory to your/wp-content/plugins/
directory. - Activate the plugin through the
Plugins
in your WordPress Admin Panel. - To add “Forgot Username” form to your website, There are 2 methods, (1) Add this code
[forget-username-form]
in page,post or widget, (2) Add this code<?php echo do_shortcode('[forget-username-form]');?>
in your template file. - To set button label, submission message, email content; go to
Settings -> forgot username
. Change details as per your requirement. - That’s it. Enjoy!
- Upload from admin side, upload new plugin from
- Compatible with all old versions of WordPress?
-
Yes, This plugin is compatible with all WordPress version.
Contributors & Developers
“Forgot Username – ajax” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Forgot Username – ajax” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
V1.3
- design changes
- text changes
- email output
V1.2
- design changes
V1.1
- message settings are added
- bug fixed.
V0.1
- Plugin Released