click here for details... Sakai Executive Director Position Search now open
Issue Details (XML | Word | Printable)

Key: SAK-12841
Type: Task Task
Status: Reopened Reopened
Priority: Major Major
Assignee: James Renfro
Reporter: Stephen Marquard
Votes: 3
Watchers: 5
Operations

If you were logged in you would be able to see more operations.
Sakai

Turn the portal/xlogin page into a vm template

Created: 28-Jan-2008 07:27   Updated: 08-Feb-2010 06:42
Component/s: Login, Portal
Affects Version/s: None
Fix Version/s: 2.7.0

Time Tracking:
Not Specified

Issue Links:
Depend
 
Relate
 

2.6.x Status: None
2.5.x Status: None
2.4.x Status: None


 Description  « Hide
The login page for 'inline' request authentication (portal/xlogin) or password failure (portal/relogin) is rendered by hard-coded html in login/login-tool/tool/src/java/org/sakaiproject/login/tool/LoginTool.java.

This should become an editable vm template to make it easier to customize.

Use cases:
- Ability to add information and links for local password reset policies / facilities / websites
- Ability to refer users to different login facilities for SSO / CAS etc. where required.


 All   Comments   Work Log   Change History   Subversion Commits   git Commits      Sort Order: Ascending order - Click to sort in descending order
James Renfro added a comment - 16-Apr-2008 13:43
As per the discussion on sakai-dev, I'm going to take a swing at this one. See linked JIRA for branch.

James Renfro added a comment - 22-Apr-2008 13:15
Okay, I've got a version of this checked in under the SAK-13297 branch (see below). Stephen - could you take a look and let me know if this is what you were expecting? I've copied Ian's skinnable portal -- maybe too closely; I'm not sure if you needed the ability to 'skin' the login interface, but I figured no reason not to include it. The only thing I didn't include afaik is the stylable logic.

https://source.sakaiproject.org/svn/login/branches/SAK-13297

Stephen Marquard added a comment - 29-Sep-2008 09:56
Reopening this until it's merged to trunk.

Peter A. Knoop added a comment - 29-Sep-2008 11:35
Assuming there are no objections to merging this issue on list, I'm converting this to a Task for 2.6, so that we don't overlook it again. Let's give folks a couple days to object, and then find someone to merge it in.

Peter A. Knoop added a comment - 08-Oct-2008 12:23
[Bulk Comment] The fix version for this Unresolved Tasks still indicates 2.6, but the code freeze is well passed now, and no exception was requested for this work. The Fix Version of this issue is being reset to 2.7, with the expectation that you are planning to finish the work in time for that release. If that is not the case, please update the Fix Version appropriately, or if you are not actively working on this issue, consider turning it into a Feature Request.

Stephen Marquard added a comment - 08-Nov-2008 05:23
Assigning back to James to work with Ian to get this merged for 2.7

Seth Theriault added a comment - 23-Jan-2010 10:52
Has anyone checked this against a recent code base? It seems to have been missed for inclusion in 2.7.

Matthew Buckett added a comment - 23-Jan-2010 11:31
We've got this in our local login tool (2.6.x) I just didn't get around to generating a patch from it.

Seth Theriault added a comment - 23-Jan-2010 12:20
Is your local patch similar to the work done in the branch?

Matthew Buckett added a comment - 23-Jan-2010 12:26
Yeah we basically merged in the work that had been done in the branch to our 2.6.x branch.

http://git-repo.oucs.ox.ac.uk/cgi-bin/gitweb.cgi?p=repos/local-version/sakai/login.git;a=commit;h=12908b8f9b82df4071d829b05f2f97623b0c6ffa

I think there might have been a couple of CSS changes to login that need merging into our branch which is why building a good patch isn't a 2 minute job.

Alan Berg added a comment - 24-Jan-2010 01:47
If I can have a realistic test plan, I would volunteer time to test during the 2-7 b2 cycle.