atmarnat / TextForum

Project for the MSSA cohort
0 stars 1 forks source link

User Login #7

Closed atmarnat closed 4 years ago

atmarnat commented 4 years ago
atmarnat commented 4 years ago
  1. As a user I want to be able to log in so that I can see everything that I have posted

  2. A design of how user accounts and posts should be done must be drawn out.

  3. Notes Have created a User table in the model, and use static values for anonymous posting at the moment. Admin page has been applied so that posts can be deleted.