CustomProfile bug?

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/5/2010 3:38:58 AM
Gravatar
Total Posts 17

CustomProfile bug?

Hi to everybody,

in my CustomProfile.Config I have

<add name="PrivacyAccettata"
type="System.String"
allowMarkup="false"
labelResourceKey="Privacy"
lazyLoad="false"
requiredForRegistration="true"
allowAnonymous="true"
visibleToAnonymous="false"
visibleToAuthenticated="false"
visibleToUser="true"
editableByUser="true"
regexValidationExpression="^a"
regexValidationErrorResourceKey="Per creare l' utente occorre accettare la privacy"
onlyAvailableForRoles=""
onlyVisibleForRoles=""
defaultValue=""
includeHelpLink="false"

>

<OptionList>
<Option value="" TextResourceKey="Non accetto"></Option>
<Option value="a" TextResourceKey="Dichiaro di aver letto e accettato la privacy"></Option>
</OptionList>

</add>


As You can see requiredForRegistration is set to "true" but when a user registers or when he review his profile both of choices are accepted

Joe if you read this message: I have read your opinion in other posts about the feature of checkboxes that must be checked in profile in order to accept the registration of the user, and I agree with you if I speak by programmer but Italian law wants that a registration form cannot complete unless the user does something to declare it has read and accepted terms. Even the solution of combobox is not fully compliant, but it is something, if working.
Please consider a nice MustBeChecked=True property, this project has great value, very well done, don't loose Italian target for a thing so small.

By

6/13/2010 10:09:05 AM
Gravatar
Total Posts 18439

Re: CustomProfile bug?

Hi,

I just implemented a checkbox that will be required if a registration agreement is used. This is available now in the source code repository and will be in the next release. So it will no longer be needed to use a custom profile property for this. 

Hope it helps,

Joe

6/13/2010 10:44:09 AM
Gravatar
Total Posts 17

Re: CustomProfile bug?

Great!

I am impatient to see it

Thanks again, Joe

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