graybeal / ont

org.mmisw.ont
0 stars 0 forks source link

reset password in effect but lost if error while sending email #258

Open graybeal opened 9 years ago

graybeal commented 9 years ago

From caru...@gmail.com on June 17, 2010 15:50:47

If the setup of the internal email account details (for sending password-related messages) is incorrect, the following misbehavior will occur when a user selects "reset password": the password is actually reset but the sending of the email to the user will fail, so the user won't get the new password.

See Server.resetUserPassword(String username).

Using MMI Portal 1.9.4.alpha (20100617134902)

Original issue: http://code.google.com/p/mmisw/issues/detail?id=258

graybeal commented 9 years ago

From caru...@gmail.com on June 17, 2010 16:43:56

Server.resetUserPassword: Part of the fix is to first check that the mail account parameters are given. This part is now implemented. Module iserver version 1.9.4.alpha

graybeal commented 9 years ago

From caru...@gmail.com on August 21, 2010 14:25:27

Labels: -Priority-Medium Priority-Low