Project 3 Checklist - [ ] (Optional) Register a domain for Fablix - [x] Adding reCAPTCHA - [x] Improve the user-authenticatoin process of project 2 by adding a module that verifies real users and blocks bots - [ ] Adding HTTPS - [ ] Follow the instructions to make the websire substaintially more secure from hacking and other security breaches - [ ] Use PreparedStatement - [ ] Update all the queries to implement Prepareed Statement - [x] Use encrypted password - [ ] Follow the instructions to implement an encrypted password - [ ] Implementing a Dashboard using Stored Procedure - [ ] Update the database to handle employees - [ ] Employees must login in through "_dashboard" entry point - [ ] Dashboard must allow for - [ ] Inserting a new star into the database - [ ] Providing metadata of the database - [ ] show the name of each table and for each table, each attribute and genre - [ ] Create a stored procedure callled "add_movie" - [ ] Add a feature to add more information to a single movie - [ ] Importing large XML data files into the Fabflix database - [ ] XML parsing - [ ] Performance Tuning