![]() |
registration security
I would like to see checks performed on registration that prevent a user from registering for a username with an identical password (i.e. username: bob password: bob). I would also like a batch script that goes through every account and alerts us to any account that is setup with a matching username and password.
Would anyone else find this useful? Anyone want to code up a quick hack? |
Should be pretty easy to achieve and yes it sounds useful.
To find out which users already do have their username as password: [sql]select username from user where password = md5(concat(md5(username), salt))[/sql] |
All times are GMT. The time now is 06:59 AM. |
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:
|