fix: profile password change using non existing function

This commit is contained in:
Luis Pereira 2025-11-17 06:13:38 +00:00 committed by Brian O'Reilly
parent 2a505e482d
commit 59076e67b8
1 changed files with 1 additions and 1 deletions

View File

@ -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