Hide Forgot
Description of problem: Go to web console, and sign up a new account. After clicking the link in registration email, it will direct to app/account/welcome, which is not existed. It only occurs on INT, devenv is ok. Version-Release number of selected component (if applicable): INT(devenv_4101) How reproducible: Always Steps to Reproduce: 1. Go to web console and sign up a new account 2. Click link in registration email and check the page 3. Actual results: It will direct to app/account/welcome page, which doesn't exist. Expected results: It should direct to app/terms/accept page. Additional info:
Also can't reset password. When try to reset password, it will direct to app/account/password/new, which is not existed.
Sorry for wrong url, it's app/account/password/edit, which is not existed.
Please ignore comment1 and comment 2, opened bug 1038968 to track the changing password issue, thanks.
Fixed in INT now
Test on INT. After clicking link in registration email, it will direct to accept terms page. So verify this bug, thanks!