You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/releases/2025/v2025.8.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ To try out the release candidate, replace your Docker image tag with the latest
17
17
18
18

19
19
20
-
-**Advanced search**: :ak-enterprise Search for users and events with custom query language to filter on their properties and attributes.
20
+
-**Advanced search**: :ak-enterprise Search for [users](../../users-sources/user/user_basic_operations.md#tell-me-more) and [event logs](../../sys-mgmt/events/logging-events.md#tell-me-more) with custom query language to filter on their properties and attributes.
21
21
22
22
-**Email stage rate limiting**: The email stage can now be configured to set a maximum number of emails that can be sent within a specified time period.
Copy file name to clipboardExpand all lines: website/docs/sys-mgmt/events/logging-events.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,20 @@ You can view audit details in the following areas of the authentik Admin interfa
26
26
27
27
-**Admin interface > Events > Logs**: In the event list, click the arrow toggle next to the event you want to view.
28
28
29
-
## Viewing events in maps and charts :ak-enterprise:ak-version[2025.8]
29
+
## Viewing events in maps and charts :ak-enterprise
30
30
31
31
With the enterprise version, you can view recent events on both a world map view with pinpoints indicating where each event occurred and also a color-coded chart that highlights event types and volume.
32
32
33
33

34
+
35
+
## Advanced queries for event logs:ak-enterprise {#tell-me-more}
36
+
37
+
You can construct advanced queries, based on [DjangoQL](https://github.com/ivelum/djangoql), to find specific event logs. In the Admin interface, navigate to **Events > Logs**, and then use the auto-complete in the **Search** field or enter your own queries to return results with greater specificity.
Copy file name to clipboardExpand all lines: website/docs/users-sources/user/user_basic_operations.md
+33-7Lines changed: 33 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The following topics are for the basic management of users: how to create, modif
6
6
7
7
[Policies](../../customize/policies/index.md) can be used to further manage how users are authenticated. For example, by default authentik does not require email addresses be unique, but you can use a policy to [enforce unique email addresses](../../customize/policies/expression/unique_email.md).
8
8
9
-
###Create a user
9
+
## Create a user
10
10
11
11
> If you want to automate user creation, you can do that either by [invitations](./invitations.md), [`user_write` stage](../../add-secure-apps/flows-stages/stages/user_write.md), or [using the API](/api/reference/core-users-create).
12
12
@@ -33,7 +33,33 @@ You should see a confirmation pop-up on the top-right of the screen that the use
33
33
To create a super-user, you need to add the user to a group that has super-user permissions. For more information, refer to [Create a Group](../groups/manage_groups.mdx#create-a-group).
34
34
:::
35
35
36
-
### View user details
36
+
## Advanced queries for users:ak-enterprise {#tell-me-more}
37
+
38
+
You can construct advanced queries, based on [DjangoQL](https://github.com/ivelum/djangoql), to find specific users in the list under **Directory > Users**. Use the auto-complete in the **Search** field or enter your own queries to return results with greater specificity.
In the **Directory > Users** menu of the Admin interface, you can browse all the users in your authentik instance.
39
65
@@ -58,7 +84,7 @@ After the creation of the user, you can edit any parameter defined during the cr
58
84
59
85
To modify a user object, go to **Directory > Users**, and click the edit icon beside the name. You can also go into [user details](#view-user-details), and click **Edit**.
60
86
61
-
###Assign, modify, or remove permissions for a user
87
+
## Assign, modify, or remove permissions for a user
62
88
63
89
You can grant a user specific global or object-level permissions. Alternatively, you can add a user to a group that has the appropriate permissions, and the user inherits all of the group's permissions.
64
90
@@ -86,7 +112,7 @@ This option is only available if a default recovery flow was configured for the
86
112
87
113
A pop-up will appear on your browser with the link for you to copy and to send to the user.
88
114
89
-
### Email them a recovery link
115
+
### Email a recovery link
90
116
91
117
:::info
92
118
This option is only available if a default recovery flow was configured for the currently active brand and if the configured flow has an [Email Stage](../../add-secure-apps/flows-stages/stages/email/index.mdx) bound to it.
@@ -100,7 +126,7 @@ You can send a link with the URL for the user to reset their password via Email.
100
126
101
127
If the user does not receive the email, check if the mail server parameters [are properly configured](../../troubleshooting/emails.md).
102
128
103
-
###Reset the password for the user
129
+
## Reset the password for the user
104
130
105
131
As an Admin, you can simply reset the password for the user.
106
132
@@ -110,14 +136,14 @@ As an Admin, you can simply reset the password for the user.
110
136
111
137
## Deactivate or Delete user
112
138
113
-
####To deactivate a user:
139
+
### To deactivate a user:
114
140
115
141
1. Go into the user list or detail, and click **Deactivate**.
116
142
2. Review the changes and click **Update**.
117
143
118
144
The active sessions are revoked and the authentication of the user blocked. You can reactivate the account by following the same procedure.
119
145
120
-
####To delete a user:
146
+
### To delete a user:
121
147
122
148
:::caution
123
149
This deletion is not reversible, so be sure you do not need to recover any identity data of the user.
0 commit comments