The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Disable Reset Password on login.php
I need this to be disabled and redirected to a page saying "Contact me @ email@email.com to get your password reset"
Can this be done? |
#2
|
|||
|
|||
bumppppppppppppppppppppppppppppp
|
#3
|
||||
|
||||
There is no hook in the file login.php for reseting password, so just open file login.php
find Code:
$vbulletin->input->clean_gpc('r', 'email', TYPE_NOHTML); Code:
eval(standard_error(fetch_error('Contact me @ email@email.com to get your password reset'))); Code:
eval(standard_error('Contact me @ email@email.com to get your password reset')); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|