The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I change someone's password using Data Manager?
How may I change someone's password using vBulletin Data Manager and by looking up the person's info by email only?
[EDIT] I am using PHP for this... |
#2
|
||||
|
||||
You need to get the ID to use the data manager. You can do this by querying for the email, and getting the ID. This will have issues if you allow multiple users to share an email address.
|
#3
|
|||
|
|||
Thanks Dismounted, in the vb data manager, how would I query in for the email? I have tried looking in the documentation and google, but having trouble figuring it out. If you can direct me somewhere it would be much appreciated.
|
#4
|
||||
|
||||
You can't do that inside a data manager. The data manager needs the ID to update any existing records. You need to run your own query to fetch the ID beforehand.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|