From: Marcin Haba Date: Thu, 14 Nov 2019 06:30:00 +0000 (+0100) Subject: baculum: Extend max length for client secret field to maximum allowed secret size X-Git-Tag: Release-9.6.0~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7feb33f3eff745f75a42c343d3373edb44bd35a;p=thirdparty%2Fbacula.git baculum: Extend max length for client secret field to maximum allowed secret size --- diff --git a/gui/baculum/protected/API/Pages/Panel/APIHome.page b/gui/baculum/protected/API/Pages/Panel/APIHome.page index 18f96728b6..153b84beff 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" />