On 04-08-2014 11:48, shaohef(a)linux.vnet.ibm.com wrote:
-password = WebUtil.getQueryVar('password', '');
+// password = WebUtil.getQueryVar('password', '');
You can remove
that line of code if you don't need it. Git will take
care of keeping its history.
+ kimchi.message.error('please reset your
password!');
Use a localized error message instead of hard coding it in English
here.