Gripi
03-31-2013, 04:49 PM
Hi..
Is it possible to have a log file just for or when "user change password" only?
Very strange.. lately, lots of inactive / old userid suddenly active again, and do lots of scam in the site.
I believe the id is get hijacked, i already use the latest vb forum software, and using quite big managed hosting company.
i just need a log, so i can track it..
Why vbulletin dont have a good log for member activity? like change password, email, or something like that.
and do you have any idea how to protect the "recovery password" more harder? like using sms to mobile phone? or?
thanks
--------------- Added 1364752846 at 1364752846 ---------------
this is the standart phrase for resetpw:
Dear $userinfo[username],
As you requested, your password has now been reset. Your new details are as follows:
Username: $userinfo[username]
Password: $newpassword
To change your password, please visit this page: $vboptions[bburl]/profile.php?do=editpassword
All the best,
$vboptions[bbtitle]
how to add user id number in the standart phrase, so become like this:
Dear $userinfo[username],
As you requested, your password has now been reset. Your new details are as follows:
Username: $userinfo[username]
Userid: $userinfo[id] <- what is the correct code?
Password: $newpassword
To change your password, please visit this page: $vboptions[bburl]/profile.php?do=editpassword
All the best,
$vboptions[bbtitle]
Is it possible to have a log file just for or when "user change password" only?
Very strange.. lately, lots of inactive / old userid suddenly active again, and do lots of scam in the site.
I believe the id is get hijacked, i already use the latest vb forum software, and using quite big managed hosting company.
i just need a log, so i can track it..
Why vbulletin dont have a good log for member activity? like change password, email, or something like that.
and do you have any idea how to protect the "recovery password" more harder? like using sms to mobile phone? or?
thanks
--------------- Added 1364752846 at 1364752846 ---------------
this is the standart phrase for resetpw:
Dear $userinfo[username],
As you requested, your password has now been reset. Your new details are as follows:
Username: $userinfo[username]
Password: $newpassword
To change your password, please visit this page: $vboptions[bburl]/profile.php?do=editpassword
All the best,
$vboptions[bbtitle]
how to add user id number in the standart phrase, so become like this:
Dear $userinfo[username],
As you requested, your password has now been reset. Your new details are as follows:
Username: $userinfo[username]
Userid: $userinfo[id] <- what is the correct code?
Password: $newpassword
To change your password, please visit this page: $vboptions[bburl]/profile.php?do=editpassword
All the best,
$vboptions[bbtitle]