From 4ae9a39aabee5816b6321d24e771ddb56d824ab7 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 7 Mar 2011 07:52:35 +0000 Subject: - When old and new passwords are the same, do nothing, return success (#1487823) git-svn-id: https://svn.roundcube.net/trunk@4595 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/password/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/password/README') diff --git a/plugins/password/README b/plugins/password/README index 81e4f1ead..80421ce8f 100644 --- a/plugins/password/README +++ b/plugins/password/README @@ -256,7 +256,7 @@ Driver file (.php) must define 'password_save' function with two arguments. First - current password, second - new password. Function - may return PASSWORD_SUCCESS on success or any of PASSWORD_CONNECT_ERROR, + should return PASSWORD_SUCCESS on success or any of PASSWORD_CONNECT_ERROR, PASSWORD_CRYPT_ERROR, PASSWORD_ERROR when driver was unable to change password. - See existing drivers in drivers/ directory for examples. - + Extended result (as a hash-array with 'message' and 'code' items) can be returned + too. See existing drivers in drivers/ directory for examples. -- cgit v1.2.3