-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Login Menu Item issues #7204
Copy link
Copy link
Closed
Labels
Description
There are two issues with the Login Menu item. These are reproducible in both 3.3.6 and 3.4.1 (clean installation).
First Issue
- Create a Login Menu Item
- Set the "Access Level" to "Guest"
- Set the "Login Redirect" to "index.php"
- Login on the front end and you will get the following error:
You are not authorised to view this resource.
Second Issue
- Create a Login Menu Item
- Set the "Access Level" to "Guest"
- Set the "Login Redirect" to some other page, for example "index.php/component/tags/tag/2-joomla" (this is a valid URL with the default installation with English Sample Content).
- Login on the front end and you will be forwarded to a wrong URL - the "login" word will always be added at the end of the URL, for example:
index.php/component/tags/tag/2-joomla/login
This was also reported in the forum.
Reactions are currently unavailable