bolt / project

🚀 Repo to `composer create project` a Bolt 5 project.
MIT License
39 stars 38 forks source link

Fix redirect loop on login #65

Closed I-Valchev closed 3 years ago

I-Valchev commented 3 years ago

The dashboard permission requirement should always be lower or the same to the auth. level required to see the dashboard, otherwise it leads to an infinite loop

https://github.com/bolt/core/blob/c0c3b8e5420207be25b1a9cea8a38ace46750925/src/Controller/Backend/DashboardController.php#L19

https://github.com/bolt/core/issues/2446