MyBB Community Forums

Full Version: Users can't login after merged
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi,

I merged from SMF2 to MyBB without any problem, all the data is there.

When an user try to login with his information it says that the password is not correct. Confused

I have Login Password Conversion activated.

Here you have the link to my converted forum if you want http://flinside.com/new and without /new is the old SMF forum

Thanks for any help that you can give to me. Shy
(2010-08-06, 05:13 PM)MaFeSa Wrote: [ -> ]Please read this Wink
http://community.mybb.com/thread-75064.html
I don't see a clear solution there, my problem is that users can not login, i can send and receive mails that's not my problem, but thanks anyway Wink
Adicted, did you convert a to MyBB 1.4 or 1.6, and did you use the older SMF2 RC2 module I have posted here on the forums, or the official one in the merger package?
I converted to MyBB 1.6, and I used the official package
Ok, try this for me. Deactivate the loginconvert plugin. Open it in your favorite text editor and change the line for compatibility near the top of the file from 14* to 16*. Reupload it, activate it, and try again. Thanks Smile
(2010-08-07, 03:50 PM)ralgith Wrote: [ -> ]Ok, try this for me. Deactivate the loginconvert plugin. Open it in your favorite text editor and change the line for compatibility near the top of the file from 14* to 16*. Reupload it, activate it, and try again. Thanks Smile

Still not working Toungue
Ok, I've found the issue. All your passwords convert types aren't set correctly. Remember this is a brand new module as far as the "official" version goes, so there are bound to be errors.

This can be fixed 2 ways, either by running an SQL Query on your database to change the user table's passwordconverttype from smf2rc2 to smf2, or by changing the loginconvert plugin from case 'smf2': to case 'smf2rc2': on line 316.

Note, the correct fix will be in the code as soon as possible. I've reported it as Bug 1146
(2010-08-07, 04:45 PM)ralgith Wrote: [ -> ]Ok, I've found the issue. All your passwords convert types aren't set correctly. Remember this is a brand new module as far as the "official" version goes, so there are bound to be errors.

This can be fixed 2 ways, either by running an SQL Query on your database to change the user table's passwordconverttype from smf2rc2 to smf2, or by changing the loginconvert plugin from case 'smf2': to case 'smf2rc2': on line 316.

Note, the correct fix will be in the code as soon as possible. I've reported it as Bug 1146

Yeaaaaaah!!! Big GrinBig GrinBig Grin THANK YOU VERY MUCH!

Good bye SMF Welcome to MyBB! =D

There you have more rep. points
Adicted, you may want to read this:
http://community.mybb.com/thread-75002.html

Its very important to correct that before moving to MyBB for sure.
Pages: 1 2