pgadmin4/web/pgadmin/authenticate
2024-01-01 11:04:57 +05:30
..
mfa Remove the Pillow dependency completely. 2023-10-05 12:40:29 +05:30
static/js Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
__init__.py Ensure user is redirected to login page after failed login. #6704 2023-08-25 10:38:50 +05:30
internal.py Ensure that internal users are able to login when auth sources are [ldap, internal]. #6151 2023-04-24 11:54:02 +05:30
kerberos.py Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295 2023-06-30 16:08:33 +05:30
ldap.py Introduce LDAP configuration parameter LDAP_IGNORE_MALFORMED_SCHEMA to ignore fetching schema from the LDAP server. #7062 2024-01-01 11:04:57 +05:30
oauth2.py Provide a way to bypass the SSL cert verification for OAuth2 provider. #6095 2023-12-04 11:19:14 +05:30
registry.py
webserver.py