filed required on registration does not block

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/22/2012 3:34:46 AM
Gravatar
Total Posts 122

filed required on registration does not block

hi,

mojo2385 fulltrust asp4 sql2008

following instructions on https://www.mojoportal.com/userprofileconfiguration.aspx

I tried to let be a field (country) to be required for Registration ... but it does not work (allows me registration without value for field)

what I do wrong ???

thank you so much in advance

 

    <add    name="Country"
            type="System.String"
            allowMarkup="false"
    resourceFile="ProfileResource"
            labelResourceKey="CountryLabel"
            lazyLoad="false"
            requiredForRegistration="true"
            allowAnonymous="true"
            visibleToAnonymous="true"
            visibleToAuthenticated="true"
            visibleToUser="true"
            editableByUser="true"
            regexValidationExpression=""
            regexValidationErrorResourceKey=""
            maxLength="100"
    cssClass="widetextbox"
            defaultValue=""
            onlyAvailableForRoles=""
            onlyVisibleForRoles=""
            includeHelpLink="true"
                    />    

6/25/2012 10:47:30 AM
Gravatar
Total Posts 18439

Re: filed required on registration does not block

It works correctly when I test it here.

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