From e00522f331be565d019ca418551315c4e79ee788 Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Tue, 18 Jun 2013 15:05:32 -0400 Subject: [PATCH] Add `SECURITY_CHANGEABLE` to docs. Fixes #115 --- docs/configuration.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configuration.rst b/docs/configuration.rst index 94c7cc0..15fc771 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -156,6 +156,10 @@ Feature Flags sent an email with a login link. This feature is experimental and should be used with caution. Defaults to ``False``. +``SECURITY_CHANGEABLE`` Specifies if Flask-Security should enable the + change password endpoint. The URL for this endpoint is + specified by the ``SECURITY_CHANGE_URL`` configuration + option. Defaults to ``False``. ========================= ====================================================== Email