md_5
Well-known member
As part of my upgrade to XenForo 1.5 I need to deal with the fact that existing two factor accounts (via an addon) cannot be imported to the XenForo two factor auth system.
From a security point of view, the sanest thing to do seems to be to force a password reset on users that currently have two factor auth enabled.
What is the best way to do this? What I have in mind is simply batch updating their xf_user_authenticate data to the following:
There is no way that a password hash can be "!", so this should be safe, but I am curious if anyone had better ideas.
From a security point of view, the sanest thing to do seems to be to force a password reset on users that currently have two factor auth enabled.
What is the best way to do this? What I have in mind is simply batch updating their xf_user_authenticate data to the following:
Code:
a:1:{s:4:"hash";s:1:"!";}