From 24f02a76f5ba4e2036924900b4442a360e224054 Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Tue, 21 Aug 2012 01:51:17 -0400 Subject: [PATCH] Update docs --- docs/configuration.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 24f4e17..e91974f 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -32,7 +32,6 @@ Flask-Security configuration options. user successfully confirms their account. * :attr:`SECURITY_UNAUTHORIZED_VIEW`: Specifies the URL to redirect to when a user attempts to access a view they don't have permission to view. -* :attr:`SECURITY_DEFAULT_ROLES`: The default roles any new users should have. * :attr:`SECURITY_CONFIRMABLE`: Enables confirmation features. Defaults to `False`. * :attr:`SECURITY_REGISTERABLE`: Enables user registration features. Defaults to