-
-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redirect after successful manager login #1019
Comments
Hi there! Luckily this is already implemented here: Unfortunately the redirect after login hasn't been updated correctly. We'll fix the redirect for the |
Cool! Thank you) |
By the way, where can I find an example of how to set the right page for redirection? |
The code will redirect the user to the first page in the menu he/she has access to. If the user doesn’t have access to anything in the manager he/she will be logged out. Regards |
So to clarify, there's no way atm to specify that a specific user should have a certain start page in the manager. |
I think this is not a problem. By the way, is it possible to create a common page at the very top of the hierarchy (for example, a welcome page as start page) so that all users have access to it? |
@chybyk Are we still talking about the manager? If so, yes just insert a page at the start of the menu. Atm all page needs to be contained within a group, but we could change that for the upcoming version. |
This is what it would look like if we added support for navigable first level items in the menu (The top item). I'll run it by @NJepop to see what he thinks. |
For my purposes, what you showed me before is enough. But perhaps in some cases it would be more convenient. |
Is it possible to change the deafult redirect without changing the source code of the page? If not, what is the best practice?
Maybe I need to create a new login page in my custom module and set up page redirection?
PS: I have user roles for which the ability to view site pages should be closed.
Default Login page redirect (RedirectToPageResult("PageList")):
Regards.
The text was updated successfully, but these errors were encountered: