Security of Custom User Properties

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
8/22/2014 6:34:53 PM
Gravatar
Total Posts 21

Security of Custom User Properties

Hi Joe-

We are setting a custom property called postId for MojoPortal users, and then getting it in our code using:

currentUser.GetCustomPropertyAsString("postId");

I was wondering about the security of the custom user properties. Would this be a relatively secure place to store user setting information, i.e. would this information be hidden from other users?

As always, thanks so much for your help,

Mike

8/23/2014 2:42:10 PM
Gravatar
Total Posts 18439

Re: Security of Custom User Properties

there is nothing in mojoportal that is going to reveal those properties to other site users unless you have them visible on the public user profile page of the user.

if that is what you mean.

the data is stored in the mp_UserProperties table so anyone with access to the database can get that data

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