MyBB Community Forums

Full Version: Change password of all users
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2011-07-20, 11:19 AM)samarvrn Wrote: [ -> ]it gives me a syntax error don`t know why

1. You don't understand what that does.

3. You already have a thread on this http://community.mybb.com/thread-99382.html

You converted from vB4, which isn't even supported by the merge system.
(2011-07-20, 11:20 AM)faviouz Wrote: [ -> ]I'm not talking about the SQL query. As I already said, that should only be done as a last resort.

I'm asking what happens when users try to reset their passwords?

the mail never comes

(2011-07-20, 11:27 AM)Malcolm. Wrote: [ -> ]
(2011-07-20, 11:19 AM)samarvrn Wrote: [ -> ]it gives me a syntax error don`t know why

1. You don't understand what that does.

3. You already have a thread on this http://community.mybb.com/thread-99382.html

You converted from vB4, which isn't even supported by the merge system.

i now it is not supported but i have to merge it and everything else worked fine except the passwords an now i need a solution for this thats why i am asking about this solution because i searched a lot but don`t find any solution
Well there's your problem...

You need to convert to another forum software first and then convert to MyBB.
bro as you see i dont have any other way to do so will you guys please tell me ho to do this using a sql query or you guys want to just make me learn rules and dont help me.

Guys i know i have done a mistake but please help me to correct it please. Sad
Well it doesn't support vB4. Nothing we can do.

If you want, mass mail your members asking them to reset their password.
bro i am taking about reseting the password of all users. I tired to change all users password with the statement written bellow but it is giving a syntax error will you please check it for any errors.

UPDATE 'xxx_users' SET 'password' = '6f7dbc14xxxxxxxxxxxxxxx1e869bd896' WHERE uid = 'x';
vBulletin 4 is not supported by the Merge System, and it's very different from vBulletin 3.8. We can't help you with something that isn't tested yet. And, like I said, there is another way. You can convert your vBulletin 4 forum to another forum software that can be converted from vBulletin 4, which is supported by the MyBB Merge System. For example, convert to SMF or phpBB and then convert to MyBB.

After the merge is performed, if the loginconvert plugin doesn't work, there is nothing you can do. Passwords must be manually reset by users. And if that isn't working, then there's an issue with the system mail. Run this test:

http://wiki.mybb.com/index.php/Help:Mail
(2011-07-20, 11:45 AM)faviouz Wrote: [ -> ]vBulletin 4 is not supported by the Merge System, and it's very different from vBulletin 3.8. We can't help you with something that isn't tested yet. And, like I said, there is another way. You can convert your vBulletin 4 forum to another forum software that can be converted from vBulletin 4, which is supported by the MyBB Merge System. For example, convert to SMF or phpBB and then convert to MyBB.

After the merge is performed, if the loginconvert plugin doesn't work, there is nothing you can do. Passwords must be manually reset by users. And if that isn't working, then there's an issue with the system mail. Run this test:

http://wiki.mybb.com/index.php/Help:Mail

It worked and the mail is working
You can't run that query. You don't even know what it does.
It will change the user passwords to the one that i specified and then i will mail it to everyone and also install the mod force password reset this way all will be set
Pages: 1 2 3