Validators when adding/updating users

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
2/12/2010 11:57:59 PM
Gravatar
Total Posts 9

Validators when adding/updating users

Is there an easy way to add email, phone and other field validators when adding/updating users?

I guess I could add some jQuery, but I took over a project where they just modified all the pages that add/modify users.  I'm trying to separate the custom code so I'll be able to update when new features are released.

2/13/2010 6:32:18 AM
Gravatar
Total Posts 18439

Re: Validators when adding/updating users

Hi,

I hope they did not modify those pages. You can define custom user profile fields using our built in user profile system, which does support regular expression validation.

But if they implemented their own thing it may be difficult to migrate date from wherever they put it into the mp_UserProperties table.

We already validate the user's email address which is an intrinsic profile property rather than a custom property.

Hope it helps,

Joe

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