- WordPress Web Application Development
- Rakhitha Nimesh Ratnayake
- 105字
- 2021-07-23 15:22:51
Time to practice
In this chapter, we implemented a simple registration and login functionality from the frontend. There are plenty of other tasks to be completed before we have a complete user creation and authentication system. So, I would recommend you to try out the following tasks in order to be comfortable with implementing such functionalities for web applications:
- Create frontend functionality for lost passwords
- Block the default WordPress login page and redirect to our custom page
- Include extra fields in the registration form
Make sure to try out these exercises and validate your answers against the implementations provided in the website for this book.