alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

retrieve password wording #42

Closed alfonsodg closed 10 years ago

alfonsodg commented 10 years ago

From sebastianovide@gmail.com on July 29, 2009 05:53:45

What steps will reproduce the problem? 1. click on retrieve password

  1. insert an invalid email

What is the expected output?

  1. it should say "reset password" or "get a new password"
  2. if the email is not found it shouls say "user not registered" or something similar

What do you see instead?

  1. it says "retrieve password" when it wont give you your password. It generates a new one regardless if it is your email or not.
  2. it says "value not in database!" What version of the product are you using? On what operating system? 1.65.7 (2009-07-28 18:50:03) under Linux Please provide any additional information below.

Original issue: http://code.google.com/p/web2py/issues/detail?id=43

alfonsodg commented 10 years ago

From massimod...@gmail.com on August 11, 2009 05:24:37

Fixed except that "retrieved" stays as "retrieved" for backward compatibility.

Status: Fixed