Opened 10 years ago
Closed 10 years ago
#90 closed task (fixed)
404 error if GENI Portal user is not activated
Reported by: | johren@bbn.com | Owned by: | johren@bbn.com |
---|---|---|---|
Priority: | minor | Milestone: | GEC20 |
Component: | Labwiki | Version: | WrapUp |
Keywords: | Cc: | ||
Dependencies: |
Description
I tried logging into Labwiki with a brand new test account that had not yet been activated. When I do this, I get the following error:
Not Found
The requested URL /secure/openid/kmactivate.php was not found on this server.
It is not immediately obvious that the problem is that the user hasn't activated their accounte yet. Is there a way that we can handle this condition and pop up a page that directs the user to log into the portal to activate their account?
Change History (4)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Owner: | changed from jack.hong@nicta.com.au to johren@bbn.com |
---|---|
Status: | new → assigned |
Thanks for the clarification, Jack. I have emailed to portal group to see where this incorrect URL needs to be fixed.
comment:3 Changed 10 years ago by
Tom has a fix for this in the GENI Portal to redirect to the correct page. This will be deployed in the next maintenance window (6/4). I will close this after the fix has been verified.
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Verified fix was deployed to the GENI portal yesterday (5/28).
The redirection to /secure/openid/kmactivate.php is most likely instructed by the openid server itself, and that url kmactivate is part of openid server, i suppose.
Would it be possible to change the behaviour inside the openid server, so it redirects to the real activation page instead of non-existent kmactivate.php?