Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ user_info
Function
user_info
web/pgadmin/setup/user_info.py:92–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
91
92
def
user_info():
93
if
config.SERVER_MODE is False:
94
email, p1 = user_info_desktop()
95
else
:
96
email, p1 = user_info_server()
97
98
return
email, p1
Callers
2
runTest
Method · 0.90
upgrade
Function · 0.90
Calls
2
user_info_desktop
Function · 0.85
user_info_server
Function · 0.85
Tested by
1
runTest
Method · 0.72