website/docs: clarify troubleshooting headlines and order (#5696)
* website/docs: clarify troubleshooting headlines and order Signed-off-by: Jens Langhammer <jens@goauthentik.io> * Update website/docs/troubleshooting/login.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Jens L. <jens@beryju.org> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Signed-off-by: Jens L. <jens@beryju.org> Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
This commit is contained in:
parent
65c02c9ad5
commit
b4a3b266b3
|
@ -1,9 +1,7 @@
|
|||
---
|
||||
title: Troubleshooting access problems
|
||||
title: I can't access an application
|
||||
---
|
||||
|
||||
### I get an access denied error when trying to access an application.
|
||||
|
||||
If your user is a superuser, or has the attribute `goauthentik.io/user/debug` set to true (can also be set on a group level):
|
||||
|
||||
![](./authentik_user_debug.png)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Troubleshooting Login problems
|
||||
title: I can't log in to authentik
|
||||
---
|
||||
|
||||
In case you can't login anymore, perhaps due to an incorrectly configured stage or a failed flow import, you can create a recovery key.
|
||||
|
|
|
@ -10,7 +10,11 @@ If it does, you can run the following command to ensure all permissions exist:
|
|||
|
||||
```
|
||||
docker-compose run --rm worker repair_permissions
|
||||
# Or for kubernetes
|
||||
```
|
||||
|
||||
or, for Kubernetes, run
|
||||
|
||||
```
|
||||
kubectl exec -it deployment/authentik-worker -c authentik -- ak repair_permissions
|
||||
```
|
||||
|
||||
|
|
|
@ -302,12 +302,12 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
"troubleshooting/access",
|
||||
"troubleshooting/csrf",
|
||||
"troubleshooting/emails",
|
||||
"troubleshooting/login",
|
||||
"troubleshooting/image_upload",
|
||||
"troubleshooting/missing_permission",
|
||||
"troubleshooting/missing_admin_group",
|
||||
"troubleshooting/csrf",
|
||||
"troubleshooting/emails",
|
||||
"troubleshooting/ldap_source",
|
||||
],
|
||||
},
|
||||
|
|
Reference in New Issue