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

Method hard_reset

web/pgadmin/utils/__init__.py:965–970  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

963
964 @login_required
965 def hard_reset(self):
966 with self.lock:
967 user = self.users.get(current_user.id, None)
968
969 if user is not None:
970 del self.users[current_user.id]
971
972
973def get_safe_post_login_redirect():

Callers 1

cleanup_master_passwordFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected