fix: profile password change using non existing function
This commit is contained in:
parent
2a505e482d
commit
59076e67b8
|
|
@ -127,7 +127,7 @@
|
|||
(error 'authentication-error :message "Not authenticated"))
|
||||
|
||||
;; Verify current password
|
||||
(unless (verify-user-credentials username current-password)
|
||||
(unless (authenticate-user username current-password)
|
||||
(error 'authentication-error :message "Current password is incorrect"))
|
||||
|
||||
;; Update password
|
||||
|
|
|
|||
Loading…
Reference in New Issue