pgadmin4/web/pgadmin/authenticate
Pravesh Sharma 62056cab14
Fixed sonaqube security smells and bugs
1. Delete unreachable code or refactor the code to make it reachable.
2. Unexpected var, use let or const instead.
3. Remove useless assignment to variable.
4. Define a constant instead of duplicating the literal
5. Remove commented out code
2023-07-10 10:36:15 +05:30
..
mfa Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30
static/js Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
__init__.py Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295 2023-06-30 16:08:33 +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 Add additional logging for successful logins and user creation. #5842 2023-02-13 11:11:05 +05:30
oauth2.py Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295 2023-06-30 16:08:33 +05:30
registry.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
webserver.py Add additional logging for successful logins and user creation. #5842 2023-02-13 11:11:05 +05:30