Force Reset Password?

When Force Reset Password? Is set to Yes for a User, the user logs in and changes the password, the user is kept on the change password page. This is confusing for a lot of users.
You would expect that after a successful password change, they would be taken to the Home page. Is this a feature request? Can I change this easily in the meantime?

Hmm, I guess it works this way because it’s using the normal password form, which like many pages in gibbon when submitted it returns to itself.

Usability wise, it does make sense if a user was redirected away from the dashboard initially, to return them there after they’re done. I’ve made this tweak in the following commit to v21, which you can apply to your codebase: https://github.com/GibbonEdu/core/commit/516bf14379289c345c76b53b04a21ba373a33ec1

That worked for me. Thanks!