Topic: New password validation (possible "bug")
Situation:
User requests new password (via the login page while the user is not logged in).
User logs in with old password and saves the login (cookies).
Users recieves email with new password activation link and visits the link.
Result: nothing happens. The password is not changed until the user loggs out and then visits the link.
This is confusing for many people and in my opinion users should be logged out when an valid activation link is visited.