Skip to content

Commit f6e0e87

Browse files
author
SPRINX0\prochazka
committed
fixed screenshot
1 parent 0ffe633 commit f6e0e87

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

content/admin/auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ weight: 10
44
---
55

66
## Authentication tab
7-
![Authentication administration - DbGate](https://media.dbgate.io/img/authentication-administration-light.png)
8-
97
There are several methods of authentication. Use will choose authentication method on login page. If you have only one authentication method enabled and authentication method doesn't require login page, login page is skipped.
108

9+
![Authentication administration - DbGate](https://media.dbgate.io/img/authentication-administration-light.png)
10+
1111
- Local authentication method - user is selected from user list in storage database (configured in "Users" tab)
1212
- Anonymous - no credentials are required, user have permissions from "anonymous-user" role
1313
- Use database login - credentials are redirected to database server. User will choose connection from "Connections" tab

content/admin/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Database permissions are not used, unless **"All databases"** is permission is a
2828

2929
Each line of databases permission rules table defines permission to matched database. The order of rules is important, permissions at the bottom override permissions at the top.
3030

31-
![Database permissions - DbGate](https://media.dbgate.io/img/dbpermissions-light.png)
31+
![Database permissions - DbGate](https://media.dbgate.io/img/database-permissions-light.png)
3232

3333
**Columns:**
3434
* Connection - define, on which connection this rule is applied

content/admin/users.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ Configure users, passwords, user permissions and user-connection mapping.
88
Passwords are used only for "Local" authentication methods. But all methods with external identity providers use user lookup, so you could configure permissions and connections available for user, even for externaly authenticated user.
99

1010
![Role administration - DbGate](https://media.dbgate.io/img/user-administration-light.png)
11+
12+
### User detail tabs
13+
* Info
14+
* Configure user permissions
15+
* Configure roles assigned to this user
16+
* Connections - configure connections assigned to this user
17+
* Databases - configure [database permissions](permissions#database-permissions) for this user
18+
* Tables/views/objects - configure [table permissions](permissions#table-permissions) for this user

0 commit comments

Comments
 (0)