question about creating new users

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.
6/11/2010 8:04:39 PM
Gravatar
Total Posts 139
"All that is gold does not glitter, not all those who wander are lost;" --J.R.R. Tolkien

question about creating new users

Hey folks,

Sorry if this seems like I'm being redundant, but I was just wondering about creating new users.  I can see all of the fields, but I wonder what happens if I actually fill them in.  Is the user ID field the same as the user name field on many other sites?  And how do I make sure that users can change their credentials if they wish?  I could find no checkbox with anything related to "enable user to change their credentials" or anything like that.  Did I just like skip right over it?  Was it right in front of my face?  I wouldn't be one bit surprised if it was since I do that all the time.  I miss the obvious, and it seems as if things have to be quite far from the obvious for me to se them LOL.  if someone could please give me some input, that'd be great. 

 

Thanks

6/12/2010 1:30:01 PM
Gravatar
Total Posts 18439

Re: question about creating new users

Hi Katherine,

User ID must be unique for each user, only admin users can change a user's user id, so you can change anyone's user id from the manage user link in the member list page. On the My Account page the user cannot change it. However the user can change their display name if you allow it, there is a setting in Administration > Site Settings > Security tab to enable it with a checkbox. Users can also change their email address and password.

Hope that helps,

Joe

6/12/2010 8:13:25 PM
Gravatar
Total Posts 139
"All that is gold does not glitter, not all those who wander are lost;" --J.R.R. Tolkien

Re: question about creating new users

So just so I understand, what about those who register for the message board and such.  Is the user Id field simply a numeric value so that the administrators of the site can keep track of all their other users of lower rights? Sorry if that is a stupid questions.  Thanks. 

6/13/2010 6:24:08 AM
Gravatar
Total Posts 18439

Re: question about creating new users

Hi Katherine,

By default users login using their email address. There is a setting in Site Settings for "Use Email For Sign In". It is checked by default, but if it were unchecked then the user would have to login using the user id instead of email address. Be careful if you change that then you need to sign out and sign in again because the authentication cookie is set differently depending on whether email or user id is used (make sure you know your user id or you might lock yourself out).

What may be confusing is that we label this as user id in the my account page, but it actually maps to the database mp_Users table to the LoginName field. And there actually is a field on the table named UserID which is an integer but that is not what we display as user id in the my account page. So what we are calling user id in the web ui is really the login name. After registration this login name is never used unless you were to uncheck the "Use Email For Sign In" setting in site settings, then it would be needed instead of email address when logging into the site.

Hope that helps,

Joe

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