* [pve-devel] [PATCH] ui: Close #2908: fixed password validator for adding PBS as storage
@ 2020-07-30 10:25 Hannes Laimer
2020-08-03 6:08 ` [pve-devel] applied: " Dietmar Maurer
0 siblings, 1 reply; 2+ messages in thread
From: Hannes Laimer @ 2020-07-30 10:25 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
---
www/manager6/storage/PBSEdit.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/www/manager6/storage/PBSEdit.js b/www/manager6/storage/PBSEdit.js
index 34c981e3..dacebfdd 100644
--- a/www/manager6/storage/PBSEdit.js
+++ b/www/manager6/storage/PBSEdit.js
@@ -98,7 +98,6 @@ Ext.define('PVE.storage.PBSInputPanel', {
emptyText: me.isCreate ? gettext('None') : '',
fieldLabel: gettext('Password'),
allowBlank: false,
- minLength: 5,
},
{
xtype: me.isCreate ? 'textfield' : 'displayfield',
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-03 6:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-30 10:25 [pve-devel] [PATCH] ui: Close #2908: fixed password validator for adding PBS as storage Hannes Laimer
2020-08-03 6:08 ` [pve-devel] applied: " Dietmar Maurer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox