vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   anyway to get vbulletin clear password? (https://vborg.vbsupport.ru/showthread.php?t=198782)

harty83 12-13-2008 03:24 PM

anyway to get vbulletin clear password?
 
I want to create a hook that will log in to a Joomla installation once vBulletin authenticates the user.

Joomla will use the same username and password as vBulletin.

However, without developing a plugin for Joomla that will use the md5 hash of the password to directly authenticate the user (rather than a clear form of the password hashed during authentication), I can't find an easy way to do this.

So my question, does vBulletin pass a clear version of the password that can be used programmatically?

Thanks!
Alan

ZomgStuff 12-13-2008 06:04 PM

No it does not, unless you wanted to add a hidden field to the login template and parse the un-hashed password, which would pose security risks.

harty83 12-13-2008 06:31 PM

That's what I thought. (I actually like this security feature!)

Anyway, I was able to create a Joomla plugin that will make things work.

Thanks!
Alan

Dismounted 12-14-2008 04:43 AM

The only time when vBulletin passes on a clear-text password over the internet is when the client does not have JavaScript enabled.

sysadm 01-22-2009 05:37 PM

are you looking for DISABLE_PASSWORD_CLEARING setting?

Dismounted 01-23-2009 03:05 AM

Again, that decreases security. In any case, the OP has found a solution already (see post #3).


All times are GMT. The time now is 08:25 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.01156 seconds
  • Memory Usage 1,709KB
  • 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
  • (6)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