Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qzt3V-001ngS-Mg for pgadmin-hackers@arkaria.postgresql.org; Mon, 06 Nov 2023 06:25:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qzt3U-00Cltb-3l for pgadmin-hackers@arkaria.postgresql.org; Mon, 06 Nov 2023 06:25:48 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qzt3T-00CltS-QN for pgadmin-hackers@lists.postgresql.org; Mon, 06 Nov 2023 06:25:47 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qzt3Q-004x24-AQ for pgadmin-hackers@lists.postgresql.org; Mon, 06 Nov 2023 06:25:46 +0000 Received: from github.com (hubbernetes-node-2aae106.va3-iad.github.net [10.48.139.41]) by smtp.github.com (Postfix) with ESMTPA id 4AFBA8C0DBE for ; Sun, 5 Nov 2023 22:25:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699251942; bh=rPHxMaPfHBkxSE1Mn9kUzhkbxwB8//D9qkg594NG5LU=; h=Date:From:To:Subject:From; b=YoWaqNUIrvEIYHLvLxTGMsdq7g5CsqmaLw1LaqKe90cECbDcdh419w2gm7p/WoKsp BQs6wm40Gr/oYhAm19laKlKv/nRYVoBJlwhYK1ganEOJUfJfVyw54OWfe9of1drVg5 j/0em2Zed08Cs7jdgFK33GytKJpPvtA7MD/ckT7c= Date: Sun, 05 Nov 2023 22:25:42 -0800 From: Anil Sahoo To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 695c00: Remove the max length of 255 from password exec co... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 695c008245a5e749d7fb22131f0e52f821a78d43 https://github.com/pgadmin-org/pgadmin4/commit/695c008245a5e749d7fb22131f0e52f821a78d43 Author: Anil Sahoo Date: 2023-11-06 (Mon, 06 Nov 2023) Changed paths: A web/migrations/versions/44926ac97232_.py M web/pgadmin/browser/server_groups/servers/static/js/server.ui.js M web/pgadmin/model/__init__.py Log Message: ----------- Remove the max length of 255 from password exec command in server configuration dialog. #6877