-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
39 lines (29 loc) · 1.03 KB
/
Copy pathreadme.txt
File metadata and controls
39 lines (29 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
=== Lost Password - WP REST API ===
Contributors: kenanilgun
Tags: password, rest-api, lost-password, reset-password
Requires at least: 5.0
Tested up to: 6.4
Stable tag: 1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A simple plugin to handle lost password requests via REST API endpoints.
== Description ==
This plugin provides REST API endpoints for handling lost password requests securely. Users can reset their passwords through a simple three-step process using email verification.
Features:
* Secure password reset flow
* Email-based verification
* 6-digit numeric verification code
* 10-minute expiration time for reset codes
* RESTful API endpoints
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/lost-password-plugin` directory
2. Activate the plugin through the 'Plugins' screen in WordPress
== Changelog ==
= 1.2 =
* Added license information
* Added documentation
= 1.1 =
* Added 10-minute expiration for reset codes
* Improved security measures
= 1.0 =
* Initial release