“Reset my password” links to itself (page refreshes) [closed]

I just found another solution to my problem. The problem was that the messages just wasn’t displayed properly. By adding this code to my custom CSS (under “Appearance”), the messages are now shown again:

.page-id-1154 .woocommerce-message, .page-id-10 .woocommerce-message { 
    display: block !important; 
}