MCPcopy 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
92def 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

runTestMethod · 0.90
upgradeFunction · 0.90

Calls 2

user_info_desktopFunction · 0.85
user_info_serverFunction · 0.85

Tested by 1

runTestMethod · 0.72