Things are looking pretty good to me. I was able to register, then confirm my email, then login again. Once I logged in I went to what looks like a project detail page. I think you are getting this all together, you may need to just update a couple of more things.
In your projects table in your db do you have a column for the userID? If you would like to show project info that is specific to the user then you will need to associate this info with a user by having a column hold a reference for that user, normally the user ID.
You then filter the recordset that displays the project data by the userID based on the id of the currently logged in user. Please post back with any additional questions you have about any part of this.