Content
View differences
Updated by Oliver Günther over 6 years ago
### **Environment**:
Your OpenProject Version: 10.3 deb / docker
Operating System / Browser / Language: Chrome
### **Steps to reproduce:**
1. Create new installation
2. Login as admin
3. Change password
### **Actual Behavior**
You're seeing 404 because `flash[:_password_change_user_id]` is missing. This is due to a CSS highlighting request to a controller that triggers flash cleanup.
This does not always happen due to different caching rules for browsers.
### **Expected Behavior**
Password changed.
Your OpenProject Version: 10.3 deb / docker
Operating System / Browser / Language: Chrome
### **Steps to reproduce:**
1. Create new installation
2. Login as admin
3. Change password
### **Actual Behavior**
You're seeing 404 because `flash[:_password_change_user_id]` is missing. This is due to a CSS highlighting request to a controller that triggers flash cleanup.
This does not always happen due to different caching rules for browsers.
### **Expected Behavior**
Password changed.