ooiepe / epe_modules

1 stars 0 forks source link

EPE-9 Login redirects #120

Closed seagrinch closed 7 years ago

seagrinch commented 7 years ago

When a users accesses pages which require login they should be taken to the login page and then back to the initial page they requested. For example:

It is the "My..." pages that seem to be the problem. They currently redirect to the profile page after the user logs in, and it actually seems to create a permanent redirect such that you then can't access the page at all.

seagrinch commented 7 years ago

From Allan on 6/7/16 I am having problem with this task. I can fix the permanent redirect, however, I am having difficulty redirect user back to their selected "My ..." resource browser tab. I have tried a number of way to redirect with hash in url, and I hadn't found a working solution yet. I am suggesting that I fix the permanent redirect issue and create another task for redirecting to the specific resource browser tab

From Allan on 6/10/16 Changes committed for fixing perm redirect. See https://github.com/ooiepe/epe_modules/pull/102 will create another issue for dealing with resource browser login redirect. See EPE-46 #157