Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Getting this warning when tried to change email of a user.
i even turned on the email change option, but still it gave this error to me as a admin
i have the same issue too on 1.7.5v
@yapne can u plz mention the admins? @baris
https://github.com/NodeBB/NodeBB/issues/10173
You might have to run this query to fix some invalid values in the user lists.
db.objects.updateMany({_key: "users:reputation", score: NaN}, {$set: {score: 0}});
I ran that to fix the issue on our forum and I can see negative users now. https://community.nodebb.org/users?section=sort-reputation&page=376
I thought this must be just one line or one function. I stared at the code and the database, and didn't get what's the point of the matter.
Sorry. I just could reproduce it, but didn't know why it works that way.
Do the two accounts have the same name? Possibly this is why.
@baris said:
Should be fixed in https://github.com/NodeBB/NodeBB/commit/5be1c17aa7afbd5d9d9c9945f588b5630da3145e
Thanks!