waue0920 / crawlzilla_old

Automatically exported from code.google.com/p/crawlzilla
0 stars 0 forks source link

首次登入管理介面 密碼無法正確變更 #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.透過install script安裝完成後
2.browser hostname:8080
3.提示:這是你第一次登入 安全考量,預設的密碼不該被使用
4.輸入新的密碼 => redirect to home

What is the expected output? What do you see instead?
expect - should be crawlzilla/index.jsp (密碼正確變更)
actual - 仍然導至 crawlzilla/change_PW.jsp 要求輸入新密碼, 
且舊密碼value仍是"crawler", 密碼沒正確變更

What version of the product are you using? On what operating system?
Crawlzilla-0.3-101122-Shell.tar.gz
OS:(Server)Ubuntu 8.04.4 LTS 2.6.24-23-generic (Client) WinXP
Browser: Chrome 7.0.517.44 
Please provide any additional information below.

Original issue reported on code.google.com by tibet1...@gmail.com on 27 Nov 2010 at 5:35

GoogleCodeExporter commented 9 years ago
should fix code in change_PW.jsp line 67
change out.println(oldPW) to out.print(oldPW)

Original comment by tibet1...@gmail.com on 27 Nov 2010 at 5:37

GoogleCodeExporter commented 9 years ago
首次登入管理介面
要在本機才可以正確的變更密碼
^__^

Original comment by sakana...@gmail.com on 23 Feb 2011 at 5:09

GoogleCodeExporter commented 9 years ago

Original comment by jazzwang...@gmail.com on 13 Mar 2013 at 4:06