https://github.com/hendisantika/spring-boot-forgot-password
Spring boot application that enable users who forgot their passwords to reset them
https://github.com/hendisantika/spring-boot-forgot-password
Last synced: 2 months ago
JSON representation
Spring boot application that enable users who forgot their passwords to reset them
- Host: GitHub
- URL: https://github.com/hendisantika/spring-boot-forgot-password
- Owner: hendisantika
- Created: 2022-04-12T01:22:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T23:01:09.000Z (2 months ago)
- Last Synced: 2025-04-13T00:11:44.741Z (2 months ago)
- Language: Java
- Size: 1.02 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-boot-forgot-password
### Things todo list:
1. Clone this repository: `git clone https://github.com/hendisantika/spring-boot-forgot-password.git`
2. Navigate to the folder: `cd spring-boot-forgot-password`
3. Replace MySQL credentials with your own in `application.properties` file
4. Run the application: `mvn clean spring-boot:run`
5. Open your favorite browser: http://localhost:8080/signup### Image Screen shot
Sign Up Page



Login Page

Forgot Password Page

Email Inbox

Reset Password Page
