Database password error

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
7/1/2010 12:36:13 PM
Gravatar
Total Posts 2

Database password error

Hi, I have some problems with Installation. I was use Web platform Installer 2.0. When they ask me for Enter application information, I am trying to write Database password and then click on Continue and it wrote following error.

Cannot use the value "****" for parameter 'Database Password'. The value must match the regular expression

'(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$'.

 

I did not configuring password on **** :-D, I was trying numbers, letters, combination of both, still the same error.

Please some advice

 

Could someone help me please?

 

7/1/2010 12:55:28 PM
Gravatar
Total Posts 2239

Re: Database password error

Hi,

The password must meet the following requirements:

  • At least 8 characters
  • At least 1 capital letter
  • At least 1 lowercase letter

HTH,
Joe Davis

7/1/2010 12:57:44 PM
Gravatar
Total Posts 2

Re: Database password error

Oooh,

thank you very much.

7/1/2010 1:24:13 PM
Gravatar
Total Posts 2239

Re: Database password error

No problem!

Welcome to mojoPortal by the way, I know you are going to love it!

Later,
Joe D.

7/1/2010 7:16:15 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Database password error

Boy, sounds like we really need a regular expression to English translator for that one! cool

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