My application has user accounts and the users can log in to view the application. When a user is created by an admin a random password is generated and the user is prompted to change this if this is their first time logging in. Here is my SessionsController:My application has user accounts and the users