Skip to content
Snippets Groups Projects
Unverified Commit 06e5a763 authored by Alexander Mnich's avatar Alexander Mnich Committed by GitHub
Browse files

Fix broken link in README to admin API. (#11955)

From when the documentation was converted from rst -> md.
parent e4fdf459
No related branches found
No related tags found
No related merge requests found
...@@ -246,7 +246,7 @@ Password reset ...@@ -246,7 +246,7 @@ Password reset
============== ==============
Users can reset their password through their client. Alternatively, a server admin Users can reset their password through their client. Alternatively, a server admin
can reset a users password using the `admin API <docs/admin_api/user_admin_api.rst#reset-password>`_ can reset a users password using the `admin API <docs/admin_api/user_admin_api.md#reset-password>`_
or by directly editing the database as shown below. or by directly editing the database as shown below.
First calculate the hash of the new password:: First calculate the hash of the new password::
......
Fix broken link in the README to the admin API for password reset.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment