![]() |
How do I disable password changes?
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 |
Untested, but this plugin at the profile_start hook may do the trick:
Code:
if ($_REQUEST['do'] == 'editpassword' || $_REQUEST['do'] == 'updatepassword') |
Thanks! It works!
How can I specify a different error message? For example "Please use the CMS to manage your password and e-mail" |
Add a phrase to the 'Error Messages' phrase type. Use the following:
Code:
eval(standard_error(fetch_error('phrase_varname_goes_here'))); |
What about password resets?
It it possible to disable them? Is there a hook or an option to stop the user from using it? |
All times are GMT. The time now is 02:52 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|