Password reset
I have a boolean column in users table called password_changed.
since all user accounts are being created by the administrator, on the normal user's first login i need to redirect to a custom page for password change.
how can i achieve this?
1 Reply
use middleware to check and redirect