Force reset passwords for all users

Is it possible to force a user or all users to reset their passwords before using Metabase again?
Can we do this as an admin via the command line or some other hacky way?

I am aware that as an admin we can click on three dots to select Reset Password. But clicking it kinda only makes reset password an optional thing which is reset only when the user clicks on Reset Password in the email.

Hi @eldos
You can change the column of core_user.password='something', which means people cannot login.
There's no force-reset as such.
You might want to modify or delete the core_session rows, so active sessions would require re-login.

1 Like