reset password
Author Message
venny
Posts: 61
Posted 17:09 Dec 03, 2015 |

Should there be a list of users or a sql Table of users?

acervantes
Posts: 28
Posted 18:01 Dec 03, 2015 |

No.

Creating a Users table would require you to modify your Login page to use MySQL.  Instead, we are building off of your previous applications.  A User should be able to Register, Login, and View their notes.

Keep in mind that your app is to assume the two Users in the spec exist.  I suggest testing for their existence in an init method within a controller.  If they don't exist, add them.