Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update for small typos (apache#16568)
Browse files Browse the repository at this point in the history
joeADSP authored and villebro committed Sep 6, 2021
1 parent 1acd0f4 commit 14c025c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/docs/security-page.mdx
Original file line number Diff line number Diff line change
@@ -7,15 +7,15 @@ 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

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).

0 comments on commit 14c025c

Please sign in to comment.