Skip to content

Commit

Permalink
- pass in correct password
Browse files Browse the repository at this point in the history
  • Loading branch information
ritzalam committed May 27, 2010
1 parent 56ee75f commit 400f90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigbluebutton-web/web-app/test/test_bbb_api.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public String getJoinURL(String username, String meetingID) {
if (doc.getElementsByTagName("returncode").item(0).getTextContent()
.trim().equals("SUCCESS")) {
String join_parameters = "meetingID=" + urlEncode(meetingID) + "&fullName=" + urlEncode(username)
+ "&password=" + urlEncode(password);
+ "&password=mp";
return base_url_join + join_parameters + "&checksum=" + checksum("join" + join_parameters + salt);
Expand Down

0 comments on commit 400f90b

Please sign in to comment.