diff --git a/README.rst b/README.rst index 50de3a49b05f4c718908b971088fcecff938a366..4281c87d1f8062b519e2f3bb06b1b405d7770447 100644 --- a/README.rst +++ b/README.rst @@ -246,7 +246,7 @@ Password reset ============== 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. First calculate the hash of the new password:: diff --git a/changelog.d/11955.doc b/changelog.d/11955.doc new file mode 100644 index 0000000000000000000000000000000000000000..3d93115f596eb1da23ad50b09089818b54ca59ef --- /dev/null +++ b/changelog.d/11955.doc @@ -0,0 +1 @@ +Fix broken link in the README to the admin API for password reset.