From 5f8dff1341306abe3e7e7586575991adafa627c6 Mon Sep 17 00:00:00 2001 From: joeADSP <75027008+joeADSP@users.noreply.github.com> Date: Fri, 3 Sep 2021 19:22:29 +0100 Subject: [PATCH] docs: update for small typos (#16568) --- docs/src/pages/docs/security-page.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/pages/docs/security-page.mdx b/docs/src/pages/docs/security-page.mdx index be3880a2f244b..3cb7199619ec2 100644 --- a/docs/src/pages/docs/security-page.mdx +++ b/docs/src/pages/docs/security-page.mdx @@ -7,7 +7,7 @@ route: /docs/security ### Roles Security in Superset is handled by Flask AppBuilder (FAB), an application development framework -built on top of Flask.”. FAB provides authentication, user management, permissions and roles. +built on top of Flask. FAB provides authentication, user management, permissions and roles. Please read its [Security documentation](https://flask-appbuilder.readthedocs.io/en/latest/security.html). ### Provided Roles @@ -15,7 +15,7 @@ Please read its [Security documentation](https://flask-appbuilder.readthedocs.io Superset ships with a set of roles that are handled by Superset itself. You can assume that these roles will stay up-to-date as Superset evolves (and as you update Superset versions). -Even though **Admin** users have the ability, we don't recommend that altering the +Even though **Admin** users have the ability, we don't recommend altering the permissions associated with each role (e.g. by removing or adding permissions to them). The permissions associated with each role will be re-synchronized to their original values when you run the **superset init** command (often done between Superset versions).