An open API service indexing awesome lists of open source software.

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

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

![Sign Up Page](img/signup1.png "Sign Up Page")

![Sign Up Page](img/signup2.png "Sign Up Page")

![Sign Up Page](img/signup3.png "Sign Up Page")

Login Page

![Login Page](img/login.png "Login Page")

Forgot Password Page

![Forgot Password Page](img/forgot.png "Forgot Password Page")

Email Inbox

![Email Inbox](img/email.png "Email Inbox")

Reset Password Page

![Reset Password Page](img/reset.png "Reset Password Page")