The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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:
|