mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that the user should be able to specify an older date for the account expiration of the role/user. Fixes #6120
This commit is contained in:
committed by
Akshay Joshi
parent
f86f58dc56
commit
a2edf317a9
@@ -416,6 +416,7 @@ define('pgadmin.node.role', [
|
||||
deps: ['rolcanlogin'],
|
||||
placeholder: gettext('No Expiry'),
|
||||
helpMessage: gettext('Please note that if you leave this field blank, then password will never expire.'),
|
||||
setMinDate: false,
|
||||
},{
|
||||
id: 'rolconnlimit', type: 'int', group: gettext('Definition'),
|
||||
label: gettext('Connection limit'), cell: 'integer', min : -1,
|
||||
|
||||
Reference in New Issue
Block a user