mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added appropriate help message and a placeholder for letting users know about the account password expiry for Login/Group Role. Fixes #5973
This commit is contained in:
committed by
Akshay Joshi
parent
a7b8d77ed7
commit
3def9792be
@@ -413,7 +413,9 @@ define('pgadmin.node.role', [
|
||||
id: 'rolvaliduntil', readonly: 'readonly', type: 'text',
|
||||
group: gettext('Definition'), label: gettext('Account expires'),
|
||||
mode: ['properties', 'edit', 'create'], control: 'datetimepicker',
|
||||
deps: ['rolcanlogin'], options: {format: 'YYYY-MM-DD HH:mm:ss Z'},
|
||||
deps: ['rolcanlogin'],
|
||||
placeholder: gettext('No Expiry'),
|
||||
helpMessage: gettext('Please note that if you leave this field blank, then password will never expire.'),
|
||||
},{
|
||||
id: 'rolconnlimit', type: 'int', group: gettext('Definition'),
|
||||
label: gettext('Connection limit'), cell: 'integer', min : -1,
|
||||
|
||||
Reference in New Issue
Block a user