pgAdmin 4 commit: Ensure that the account expiration date for role/user

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that the account expiration date for role/user
Date: 2021-01-14 08:17:21
Message-ID: E1kzxon-0005Qy-UJ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that the account expiration date for role/user can’t be older than the current date. Fixes #6120

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9a47e574e315ebc5d2721d69718edb72bcc91b5a
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_30.rst | 1 +
.../server_groups/servers/roles/static/js/role.js | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-01-14 08:17:54 Re: [pgAdmin][RM-6120]: Adding/updating user should not allow to add an older date in account expires.
Previous Message Khushboo Vashi 2021-01-14 08:12:36 Re: [pgAdmin4][Patch] - RM 5457 - Kerberos Authentication - Phase 1