Author: sebawagner
Date: Tue Apr 10 11:12:44 2012
New Revision: 1311671
URL: http://svn.apache.org/viewvc?rev=1311671&view=rev
Log:
Fixes: OPENMEETINGS-150 Error restoring password
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/auth/resetForm.lzx
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/auth/resetForm.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/auth/resetForm.lzx?rev=1311671&r1=1311670&r2=1311671&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/auth/resetForm.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/auth/resetForm.lzx
Tue Apr 10 11:12:44 2012
@@ -23,7 +23,7 @@
<!-- Form shown in the Login Box -->
-<class name="resetForm" extends="view" x="10" y="260" >
+<class name="resetForm" extends="view" x="10" y="230" >
<attribute name="baseUrl" value="" type="string" />
@@ -66,12 +66,12 @@
var port = urlObject.port;
if (port != 80) {
- parent.baseUrl =
urlObject.protocol+"://"+urlObject.host+":"+port+urlObject.path+urlObject.file;
+ parent.baseUrl =
urlObject.protocol+"://"+urlObject.host+":"+port+urlObject.path;
} else {
- parent.baseUrl =
urlObject.protocol+"://"+urlObject.host+urlObject.path+urlObject.file;
+ parent.baseUrl =
urlObject.protocol+"://"+urlObject.host+urlObject.path;
}
} else {
- parent.baseUrl =
urlObject.protocol+"://"+urlObject.host+urlObject.path+urlObject.file;
+ parent.baseUrl =
urlObject.protocol+"://"+urlObject.host+urlObject.path;
}
parent.resetUserPwd.doCall();