]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/UserController.php
Addressed test failures from users API changes
[bookstack] / app / Http / Controllers / UserController.php
index 46e858d9b6276eeb5c73805803738da9476e5dff..3b443aa81e029a3b4a102ca38c9a38336d164a61 100644 (file)
@@ -140,6 +140,7 @@ class UserController extends Controller
             'language'         => ['string'],
             'roles'            => ['array'],
             'roles.*'          => ['integer'],
+            'external_auth_id' => ['string'],
             'profile_image'    => array_merge(['nullable'], $this->getImageValidationRules()),
         ]);