You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
How can I change the default component so that it does not initially load the home page, and instead redirects to a custom component after logging in in DSpace v7.6.3?
DSpace Technical Support
unread,
Sep 2, 2025, 5:53:15 PM (4 days ago) Sep 2
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
Hi,
As I noted in Slack, I believe the "reload.guard.ts" is the file you'd need to change, as it decides where to redirect you after a successful login (as a successful login will trigger this reload guard in order to refresh to page with your new permissions). Here's where it can be found: https://github.com/DSpace/dspace-angular/blob/main/src/app/core/reload/reload.guard.ts
I'll admit though that I've not tried to modify this file for that behavior, but it should be possible.