UsingjQueryHintsOnRegisterPage

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.
6/11/2014 4:18:17 AM
Gravatar
Total Posts 19

UsingjQueryHintsOnRegisterPage

Hi Joe

UsingjQueryHintsOnRegisterPage - I was wondering if this an active feature, I can't find any documentation about it and I get an error when I user it.

The error occurs when you type in the password box and the onkeyUp attempts to call 'checkPassword(this);', giving the error 'checkPassword' is undefined.

Thanks

Stewart

  • OS: Windows 8
  • DB:Sql Server
  • mojoPortal version:2.4.0.3
  • .NET framework: 4
6/11/2014 11:52:00 AM
Gravatar
Total Posts 18439

Re: UsingjQueryHintsOnRegisterPage

Hi,

That was kind of an experimental thing, I can't say that it works that great.

But, to avoid that script error go into Site Settings > Security tab and check the box that says "Show Password Strength On Registration Page?"

That should fix it but the password strength meter is still not that great because it is mainly going by password length and it says it is strong if it meets a certain length so I'm not sure how useful you will find it.

Hope that helps,

Joe

6/11/2014 3:30:32 PM
Gravatar
Total Posts 18439

Re: UsingjQueryHintsOnRegisterPage

Oh, and if you haven't already, make sure you add this in style.config of your skin to get the needed css:

 <file cssvpath="/Data/style/formvalidation/style.css" imagebasevpath="/Data/style/formvalidation/">none</file>

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