MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / get_friendly_name

Method get_friendly_name

web/pgadmin/authenticate/ldap.py:48–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46 return LDAP
47
48 def get_friendly_name(self):
49 return gettext("ldap")
50
51 def authenticate(self, form):
52 self.username = form.data['email']

Callers 1

loginMethod · 0.45

Calls 1

gettextFunction · 0.85

Tested by

no test coverage detected