i7MEDIA / mojoportal

mojoPortal is an extensible, cross database, mobile friendly, web content management system (CMS) and web application framework written in C# ASP.NET.
https://www.mojoportal.com
Other
197 stars 100 forks source link

Password Recovery Page - Text error label is wrong when failing to enter an email #223

Closed Isaac-Hall closed 1 year ago

Isaac-Hall commented 1 year ago
  1. Go to /Secure/RecoverPassword.aspx
  2. Press "next"
  3. Error says "You must enter your user name." but the label above says "Please enter your email address"

The error text should depend on the "Use Email for Login?" site setting, if this setting is true then the error should be "You must enter your email address", otherwise it should be what it is now.