ID and Password

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.
3/28/2014 3:52:41 AM
Gravatar
Total Posts 9

Change ID and password back to email and password

Hello, please help. Something happened to mojoPortal site of my workmate, don't know what she did, but now when logging in it asks for ID and Password, but not for email and password like before. Now we can't log in as an administrator and therefore change it back.

I tried <add key="EnableOpenIDAuthentication" value="false" /> and <add key="EnableWindowsLiveAuthentication" value="false" />, didn't help, maybe I put them in the wrong place of web.config and user.config?(I put them next to other "add key" tags)

3/28/2014 7:30:20 AM
Gravatar
Total Posts 2239

Re: ID and Password

Hi,

Someone with administrative privileges on the site un-checked the "Use Email for Sign In" option the Site Settings. If you know your user id, you can login with that and go to Administration > Site Settings > Security and check the "Use Email for Sign In" option. If you don't know your user id, you will need to run the following on your database:

UPDATE mp_Sites SET UseEmailForLogin = '1' WHERE SiteID = '1'

Please ensure the SiteID in the SQL statement above is correct.

HTH,
Joe D.

3/30/2014 9:01:23 PM
Gravatar
Total Posts 9

Re: ID and Password

It worked, thanks'a'lot !

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