Closed PeopleInside closed 5 years ago
Same issue
Confirmed.
Beta 8.x
Beta 7.x
The fix did not work for me. Firefox.
@PeopleInside can you explain how you tested that, also please include the composer.json with which you tested.
Umh replaced the fixed JS files than cleared cache from Flarum backend. Loaded my profile on the forum, changed the username in the URL with a profile of user to set a new password. When i check the box for change password nothing happen just checked. Also if i save nothing happen. Tested also on incognito mode.
{
"name": "flarum/flarum",
"description": "Delightfully simple forum software.",
"type": "project",
"keywords": ["forum", "discussion"],
"homepage": "https://flarum.org/",
"license": "MIT",
"authors": [
{
"name": "Toby [...]",
"email": "[...]"
},
{
"name": "Franz [...]",
"email": "[...]"
}
],
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/flarum",
"docs": "https://flarum.org/docs/"
},
"require": {
"flagrow/upload": "*",
"flarum/akismet": "^0.1.0@beta",
"flarum/approval": "^0.1.0",
"flarum/auth-facebook": "^0.1.0",
"flarum/auth-github": "^0.1.0",
"flarum/auth-twitter": "^0.1.0",
"flarum/bbcode": "^0.1.0",
"flarum/core": "^0.1.0",
"flarum/emoji": "^0.1.0",
"flarum/flags": "^0.1.0",
"flarum/lang-english": "^0.1.0",
"flarum/likes": "^0.1.0",
"flarum/lock": "^0.1.0",
"flarum/markdown": "^0.1.0",
"flarum/mentions": "^0.1.0",
"flarum/pusher": "^0.1.0",
"flarum/statistics": "^0.1.0",
"flarum/sticky": "^0.1.0",
"flarum/subscriptions": "^0.1.0",
"flarum/suspend": "^0.1.0",
"flarum/tags": "^0.1.0",
"fof/links": "^0.1.1",
"fof/user-bio": "^0.1.1",
"nearata/lang-italian": "v0.1.0-beta.8.2",
"reflar/twofactor": "0.1.0-beta.4.2"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "beta",
"prefer-stable": true
}
@PeopleInside Marco are you seeing any errors in the console?
On chrome it now works.
@PeopleInside did you replace the "dist" file as well?
@matteocontrini no, i do not see the dist file to replace in the fix. Maybe i have the issue because just updated the JS file i see in this fix.
@PeopleInside I/we do not commit the dist because @tobscure has a bot that recompiles it every time when a commit to master happens. Only the files in dist are used to generate the js files you see in the public/assets directory. Please try to overwrite the dist files, or better yet set up an actual dev environment.
Closed unless given more evidence.
Umh i have no idea what override.. where the dist files is? If i cannot try to fix manually i will wait the Flarum update (next version). Thank you.
UPDATE: found the dist folder, i will see. thanks. Now works, fixed thank you!
@peopleinside thanks for all your hard work. I'm glad you now also confirmed the fix as valid 👌
No hard work @luceos but thank you very much for your fix and always your kind words. 👍
Based on feedback by @franzliedke a change has to be implemented, the initial state of the checkbox is unchecked in all situations, so it makes sense to reduce complexity in this component further, the onchange listener takes care of setting the prop already, so the value method might be unecessary.
Bug Report
Current Behavior
Admin are unable to help the user to reset his password
No option to change the password, no email sent to the user.
Expected Behavior
Email is sent to the user and maybe if this is not possible because email are refused admin should have a way to generate a temp password for the user.
Screenshots
Environment
Possible Solution
Additional Context
When the check box for change user password is checked and setting saved user are not reeving reset email.