I posted this over at vbulletin.com and the guy suggested that it would be a code change. I don't think so:
Quote:
I have a forum to which I allow access via usergroup. But I also want to double protect the forum with a password. And I want to change this password daily by using a SQL query.
So the password today is sup3rus3r1009, and at 12:00 tonight I want a query to update this password to sup3rus3r1010, and tomorrow night to sup3rus3r1011, etc. Can anyone think of a way to do this?
|
I can cron a SQL query that would run at midnight every night. All I really need is some function that changes a password. Or some understanding about how a query can change a password. That is really all I need.