vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   mod_auth_mysql (https://vborg.vbsupport.ru/showthread.php?t=190597)

svoeric 09-10-2008 07:13 PM

mod_auth_mysql
 
I have the newest version (3.2) of this installed...

is there no way to use this since VB moved their passwords away from clear-text ?

it's setup to use md5, and salt, but I've not been able to get it to work on as of yet (always password missmatch error)
I'm running 3.7.
Thanks

Opserty 09-10-2008 07:57 PM

Password is generated like so:
PHP Code:

$encrypted_password md5md5($password) . $salt); 

Maybe you have done it differently?

I don't know what mod_auth_mysql or that is or anything but maybe that was where you were going wrong.

svoeric 09-11-2008 03:17 PM

it don't really give me the option to set exactly how the encryption is setup.
it does let you specify the encryption Type (which I have set to md5) and I have the salt table specified as the salt.

I guess with the information above, I could create an additional column, with the password encrypted like mysql_auth wants it. (if I can figure out HOW mysql_auth wants it)

--------------- Added [DATE]1221152529[/DATE] at [TIME]1221152529[/TIME] ---------------

hummm... after much searching (days worth) I found this---
https://vborg.vbsupport.ru/showthread.php?t=82990


All times are GMT. The time now is 08:16 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.01479 seconds
  • Memory Usage 1,713KB
  • 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)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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