![]() |
Attempting to Limit User Password Length Through PHP Plugins
Hey all,
I'm trying to make it so user passwords need to be at least 6 to 20 characters long. PHP Plugins: register_addmember_process PHP Code:
PHP Code:
If anyone could help me out and explain what needs to be done to actually obtain the length of the password inputted in the textfield, I'd appreciate it! Thanks, Mark |
Wouldn't you check the register template and evaluate password1.value and password2.value?
|
Quote:
|
I think your problem is that normally the user's browser hashes the password and clears the plain text password field. You can disable that by defining DISABLE_PASSWORD_CLEARING to 1, such as in your config.php or in a plugin:
Code:
define('DISABLE_PASSWORD_CLEARING', 1); or if you wanted you might be able to define it only for the registration and profile pages so that you still have that security feature for normal logins. |
Quote:
|
Quote:
|
All times are GMT. The time now is 04:18 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:
|