From d7feb33f3eff745f75a42c343d3373edb44bd35a Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Thu, 14 Nov 2019 07:30:00 +0100 Subject: [PATCH] baculum: Extend max length for client secret field to maximum allowed secret size --- gui/baculum/protected/API/Pages/Panel/APIHome.page | 2 +- gui/baculum/protected/API/Pages/Panel/APIInstallWizard.page | 2 +- gui/baculum/protected/Common/Portlets/NewAuthClient.tpl | 2 +- gui/baculum/protected/Common/Portlets/NewHost.tpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gui/baculum/protected/API/Pages/Panel/APIHome.page b/gui/baculum/protected/API/Pages/Panel/APIHome.page index 18f96728b..153b84bef 100644 --- a/gui/baculum/protected/API/Pages/Panel/APIHome.page +++ b/gui/baculum/protected/API/Pages/Panel/APIHome.page @@ -139,7 +139,7 @@ ID="APIOAuth2ClientSecret" CssClass="textbox" CausesValidation="false" - MaxLength="40" + MaxLength="50" />