Browse Source

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

From when the documentation was converted from rst -> md.
tags/v1.53.0rc1
Alexander Mnich 2 years ago
committed by GitHub
parent
commit
06e5a76322
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      README.rst
  2. +1
    -0
      changelog.d/11955.doc

+ 1
- 1
README.rst View File

@@ -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::


+ 1
- 0
changelog.d/11955.doc View File

@@ -0,0 +1 @@
Fix broken link in the README to the admin API for password reset.

Loading…
Cancel
Save