Content
View differences
Updated by Oliver Günther over 6 years ago
### **Environment**:
Your OpenProject Version: 10.3 deb / docker / dev
Operating System / Browser / Language: Chrome
### **Steps to reproduce:**
1. Create new installation / seed empty DB
2. Ensure force\_password\_change is active in admin seeder (for dev mode, this is not the default)
3. Login as admin
4. 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 / dev
Operating System / Browser / Language: Chrome
### **Steps to reproduce:**
1. Create new installation / seed empty DB
2. Ensure force\_password\_change is active in admin seeder (for dev mode, this is not the default)
3. Login as admin
4.
### **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.