mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-27 00:25:50 +03:00
[GH-ISSUE #144] Password Change not workin #93
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @righter83 on GitHub (Apr 4, 2017).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/144
Hi
I'm not able to change the password via "About Me".
I got no error in logs but after submit the form, there is still the old PW in the SQLite3-DB.
If i change it via "Users" tab it is workin. I see also in the nsedit logfile, that there is no username, but I can see the username in the form:
via About Me:
Updating password and/or settings for . Admin: 1via Users:
Updating password and/or settings for admin. Admin: 1@righter83 commented on GitHub (Apr 6, 2017):
I found the problem.
You send the emailadress instead of the id.
I've patched it the following way in includes/misc.php in function update_user:
@Kraeutergarten commented on GitHub (Apr 21, 2017):
I can confirm this bug.
@tuxis-ie commented on GitHub (Apr 28, 2017):
This is fixed in
6be5f2f29c