The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello,
Is there a way to disable password changes for my users? I am using vBulletin with an external CMS and I am creating and managing the users from there. I would like my users only to be able to change their password though my CMS and not though vBulletin. Is this possible? If so, how? Thanks |
#2
|
|||
|
|||
![]()
Untested, but this plugin at the profile_start hook may do the trick:
Code:
if ($_REQUEST['do'] == 'editpassword' || $_REQUEST['do'] == 'updatepassword') { print_no_permission(); } |
#3
|
|||
|
|||
![]()
Thanks! It works!
How can I specify a different error message? For example "Please use the CMS to manage your password and e-mail" |
#4
|
|||
|
|||
![]()
Add a phrase to the 'Error Messages' phrase type. Use the following:
Code:
eval(standard_error(fetch_error('phrase_varname_goes_here'))); // instead of print_no_permission(); |
#5
|
|||
|
|||
![]()
What about password resets?
It it possible to disable them? Is there a hook or an option to stop the user from using it? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|