Password Recovery Bug - no password, only a placeholder

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
5/2/2014 12:27:52 AM
Gravatar
Total Posts 8

Password Recovery Bug - no password, only a placeholder

When a user from an Arabic country tries to recovery his password, the following email is sent to him:

فقط قدمت طلبا بإرسال كلمة المرور xxx للمستخدم xxxx@xxxx.com
وقد تمت إعادة تعيين كلمة المرور الخاصة بك إلى <% كلمة المرور%> قد تغيره بعد التوقيع.

The password is absent.

mojoPortal Version 2.3.9.7

5/2/2014 10:01:51 AM
Gravatar
Total Posts 18439

Re: Password Recovery Bug - no password, only a placeholder

Hi,

I think it was a mistake made by the translator.

If you use a text editor to look at the file /Data/MessageTemplates/ar-PasswordEmailMessage.confg

you will see this:

فقط قدمت طلبا بإرسال كلمة المرور {SiteName} للمستخدم <% UserName%>
كلمة المرور <% كلمة المرور%>

هذا هو التوقيع الخاص بك في المعلومات {SiteLink}

I think it should be like this instead:

فقط قدمت طلبا بإرسال كلمة المرور {SiteName} للمستخدم <% UserName%>
كلمة المرور <% Password %>

هذا هو التوقيع الخاص بك في المعلومات {SiteLink}

 

The important part is <% Password %>, if that is missing then it won't be replaced by the password when the message is sent.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.