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

Route reset_password

web/pgadmin/browser/__init__.py:None–None  ·  view source on GitHub ↗
blueprint.route(
        '/reset_password' + slash_url_suffix(
            '/browser/reset_password', '<token>'
        ),
        methods=['GET', 'POST'],
        endpoint='reset_password'
    )

Source from the content-addressed store, hash-verified

1##########################################################################
2#
3# pgAdmin 4 - PostgreSQL Tools
4#

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected