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:
		| @ -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): | ||||
|  | ||||
|  | ||||
|  | ||||
| @ -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 | ||||
| ``` | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L
					Jens L