Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ messages
Method
messages
web/pgadmin/authenticate/internal.py:85–87 ·
view source on GitHub ↗
(self, msg_key)
Source
from the content-addressed store, hash-verified
83
return
True, None
84
85
def
messages(self, msg_key):
86
return
self.DEFAULT_MSG[msg_key]
if
msg_key in self.DEFAULT_MSG\
87
else
None
88
89
90
class
InternalAuthentication(BaseAuthentication):
Callers
6
validate
Method · 0.95
login
Method · 0.95
validate
Method · 0.45
authenticate
Method · 0.45
login
Method · 0.45
login
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected