From f2c15c6dfb27ea3ccbd6c1e1584c06da5f296660 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 28 Jan 2025 12:32:18 -0600 Subject: [PATCH] chore: fix typo --- ncentral-integration-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncentral-integration-setup.md b/ncentral-integration-setup.md index bca816a8..01f07748 100644 --- a/ncentral-integration-setup.md +++ b/ncentral-integration-setup.md @@ -97,4 +97,4 @@ Login to N-Central as the ImmyBot User and accept the EULA ### Unable to validate UI session -If your error message contains "Unable to validate UI session: javax.validation.ValidationException: Unable to validate UI session.", then reset the password on your api user and generate a new JWT. This is a limitation imposed by N-Central that will hopefully be addressed in a future release. Passwords are required to be reset every 90 days, even for api users - https://github.com/ToschAutomatisering/PS-NCentral/issues/5 +If your error message contains "Unable to validate UI session: javax.validation.ValidationException: Unable to validate UI session.", then reset the password on your api user and generate a new JWT. Passwords are required to be reset every 90 days, even for api users - https://github.com/ToschAutomatisering/PS-NCentral/issues/5. This is a limitation imposed by N-Central that will hopefully be addressed in a future release.