The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
check since how long password is in use
Hi,
it would be a great feature if there would be a routine that checks when a user log in how long he uses the same password. if it is longer than e.g. 2 months there should be a small popup that points to that matter and that is more secure to change the password. (Security reasons) Any ideas? Thanks! |
#2
|
||||
|
||||
Considering the fact that you are a hacker yourself, this shouldnt be so hard for you:
Add a new field to user table which is int(10) then write a code to update it with current unix time whenever user changed his password (or admin changed his, if you want). Write another code to check the time difference between now and in this field whenever user logs (in member.php). If time difference > X, pop up your message or force him to change his password, do anything you like with him.. Regards, Logician |
#3
|
||||
|
||||
Hi Logician,
lol i am not really a hacker. I just changed some given code and tried some time to make it work. But i have no skill in programming. Thanks anyway. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|