上QQ阅读APP看书,第一时间看更新
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.