validate($request, [ 'password' => 'required', 'password2' => 'required', ]); //Add the new user to the wiki } }