* Add users/new action and view * Add users/create action * Add link to sign up in sign in page
* Add User model * Add SessionsController * Add password authentication on User * Request authentication for all actions except sign in * Add some helpers for ApplicationController * Update features to work with mandatory authentication