vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   How do I change someone's password using Data Manager? (https://vborg.vbsupport.ru/showthread.php?t=199369)

draginx 12-20-2008 05:44 PM

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...

Dismounted 12-21-2008 02:35 AM

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.

draginx 12-21-2008 04:51 AM

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. :)

Dismounted 12-21-2008 04:52 AM

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.


All times are GMT. The time now is 06:06 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01792 seconds
  • Memory Usage 1,704KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete