return types.only('users-create', values, [merged], config).then(only => {
    return types.form(only, errors, config).then(form => {
      res.render('users/add', {
        title: 'Add a New User',
        form,