User Management is a common thing done across many applications. In this section, we’re going to be smart and not reinvent the wheel by using Devise, a gem made for user management that is used across many popular applications. We will look at the following in this section: *Devise installation, migration, and configuration* *Devise Controllers and Views