Letractively / mmisw

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

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 reported on code.google.com by caru...@gmail.com on 17 Jun 2010 at 10:50

GoogleCodeExporter commented 8 years ago
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

Original comment by caru...@gmail.com on 17 Jun 2010 at 11:43

GoogleCodeExporter commented 8 years ago

Original comment by caru...@gmail.com on 21 Aug 2010 at 9:25