Control on change password
Hey!
I have a demo user account on my Next.js app (email + password), and I'd like to prevent this user from changing their password.
Is there a clean way to enforce this on the server side?
I have a demo user account on my Next.js app (email + password), and I'd like to prevent this user from changing their password.
Is there a clean way to enforce this on the server side?