pgadmin4/web/pgadmin/authenticate
Aditya Toshniwal 56cf64ad22 Fixed following SonarQube issues:
- Refactor functions to not always return the same value.
  - Rename "cls" to "self" or add the missing "self" parameter.
  - Remove useless assignment to variables.
2020-07-30 14:04:22 +05:30
..
__init__.py Fixed post-login redirect location when running in server mode under a non-default root. Fixes #5473 2020-05-04 15:00:45 +01:00
internal.py [Authentication] Some of the base class functions are not static 2020-04-14 18:43:04 +05:30
ldap.py Added support for LDAP anonymous binding. Fixes #5650 2020-07-20 15:30:06 +05:30
registry.py Fixed following SonarQube issues: 2020-07-30 14:04:22 +05:30