return database.select('*').from('users').then(rows => {
    // if any users in DB, we give them a shameful error
    if (rows.length > 1) {
      const err = {
        message: 'A user or users already exist in this CMS',