MyBB Community Forums

Full Version: Unable to login user/admin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After uploading the board to my hosting. I am having problems with logging in. Both in user and adminCP.

Set a proper domain based on https://docs.mybb.com/tools/cookie-settings


But still not able to login

Any help. thanks.
(2018-10-19, 12:33 PM)justice41 Wrote: [ -> ]After uploading the board to my hosting. I am having problems with logging in. Both in user and adminCP.

mysite url: forum.ibridge.webstarterz.com

I've changed the cookie settings(settings.php and database) to:

CookieDomain: forum.ibridge.webstarterz.com
CookiePath : /

For testuser
Username: testuser01
Password: 123456

But still not able to login

Any help. thanks.

You need to put the '.' (dot) in front of forum.ibridge.webstarterz.com

Report back to us if this works.
(2018-10-19, 12:41 PM)Serpius Wrote: [ -> ]
(2018-10-19, 12:33 PM)justice41 Wrote: [ -> ]After uploading the board to my hosting. I am having problems with logging in. Both in user and adminCP.

mysite url: forum.ibridge.webstarterz.com

I've changed the cookie settings(settings.php and database) to:

CookieDomain: forum.ibridge.webstarterz.com
CookiePath : /

For testuser
Username: testuser01
Password: 123456

But still not able to login

Any help. thanks.

You need to put the '.' (dot) in front of forum.ibridge.webstarterz.com

Report back to us if this works.

I added a (.) to the cookiedomain, also changed settings.php permission to 666 and flushed my cookies and cached, but still unable to login.
Apparently, the 'my_post_key' fields are missing in the login forms of your theme.
https://community.mybb.com/thread-218460...pid1308277
(2018-10-19, 01:34 PM)doylecc Wrote: [ -> ]Apparently, the 'my_post_key' fields are missing in the login forms of your theme.
https://community.mybb.com/thread-218460...pid1308277

That's odd....The 'my_post_key' fields are added though...