Index: lams_openid/web/register_openid.jsp =================================================================== diff -u -r29546ca4b5a3f8426cd68af3e9022cf57f36037e -r2219e0e8fc391aa59813047d473f789334fbe057 --- lams_openid/web/register_openid.jsp (.../register_openid.jsp) (revision 29546ca4b5a3f8426cd68af3e9022cf57f36037e) +++ lams_openid/web/register_openid.jsp (.../register_openid.jsp) (revision 2219e0e8fc391aa59813047d473f789334fbe057) @@ -17,8 +17,7 @@ String method = "register"; String plaintext = timestamp + userID + method + LAMS_SERVER_ID + LAMS_SERVER_KEY; String hash = HashUtil.sha1(plaintext); - String courseID = (ADD_TO_GROUP) ? GROUP_ID : ""; - String loginRequestURL = LAMS_SERVER_URL + "/LoginRequest"; + String loginRequestURL = LAMS_SERVER_URL + "/openid/RegisterOpenId"; %> @@ -98,14 +97,19 @@ - + + /> - + + + + +