alexxed / narro

Automatically exported from code.google.com/p/narro
2 stars 4 forks source link

Page not found is reported when a user want to change his/her password #331

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I want to change my password, so I go to following url:
http://a.maimult.ro/lmo/password.php?l=prs 
2. "Lost and Found" page will open. Fill username and the press "proceed"
3. I get "You should have a new email message with instructions. Check your 
spam/bulk directory too" message
4. I open my mail.
5. I get a message similar to this:
http://a.maimultro/lmo/change_password.php?l=prs&u=Musa2&h=$2a$08$uwvX.0..Co2NRA
9fWnXEgOIH8KbwHLC5rZzD/bo7QAAz6nxtPWawW
6. When I click on it we get:
SERVER NOT FOUND

What is the expected output? What do you see instead?
Expected output is to see a page to change the password. I see server not found 
error.

What version of the product are you using?
Narro 2.0

What operating system are you using?
Windos7 home Basic

What browser are you using? (name and version)
Nightly 20.a1
Chrome 23.0.1271.95 m
IE 9

Please provide any additional information below.
I exactly know what is the problem. The url provided in the address only needs 
one "dot" which is missing. For example:
Instead of clicking the url provided which seems like:
>>>http://a.maimultro/lmo/.........(the rest of url I mentioned above)
If you add only one "dot" in url it is fixed, like below
>>>http://a.maimult.ro/lmo/........

Original issue reported on code.google.com by musa.hai...@gmail.com on 12 Dec 2012 at 3:57