[horde] password HELP!
Nicolás Valera
nvalera at gmail.com
Tue May 28 19:17:09 UTC 2013
On 05/28/2013 03:39 PM, Michael M Slusarz wrote:
> Quoting Nicolás Valera <nvalera at gmail.com>:
>
>> On 05/28/2013 12:48 PM, Jan Schneider wrote:
>>>
>>> Zitat von Nicolás Valera <nvalera at gmail.com>:
>>>
>>>> On 05/24/2013 12:30 PM, Jan Schneider wrote:
>>>>>
>>>>> Zitat von Nicolás Valera <nvalera at gmail.com>:
>>>>>
>>>>>> On 05/22/2013 08:04 AM, Jan Schneider wrote:
>>>>>>>
>>>>>>> Zitat von Nicolás Valera <nvalera at gmail.com>:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> I'm having some problems when trying to use the password expiration
>>>>>>>> option.
>>>>>>>>
>>>>>>>> when a user reaches the soft_expiration_date, the horde
>>>>>>>> redirect to changepassword.php, but when you fill out the form
>>>>>>>> nothing happens.
>>>>>>>>
>>>>>>>> i don't see any errors in logs
>>>>>>>>
>>>>>>>> PREASE HELP!!!
>>>>>>>>
>>>>>>>> Thanks in advance
>>>>>>>> Nicolás.
>>>>>>>
>>>>>>> Is the form at least submitted?
>>>>>>
>>>>>> Yes Jan, the form is sent to the sever but is has no effect.
>>>>>> I mean, the data is sent but the old password is not checked. Neither
>>>>>> the new password or the retyped.
>>>>>>
>>>>>> There is no action at all... :(
>>>>>
>>>>> Fixed in Git.
>>>>
>>>> Jan thanks for fix, but the password policy is not checked and the
>>>> Horde session is not destroyed after changing password.
>>>>
>>>> Thanks again!
>>>> Nicolás.
>>>
>>> Which password policy?
>>>
>>> For the session reset, please file a bug report.
>>
>> it's simmilar to Bug #11766 and #11789
>
> You *have* set the 'logout' parameter, right?
>
> michael
>
> ___________________________________
> Michael Slusarz [slusarz at horde.org]
>
Michael,
yes, i have it.
the application passwd works correctly if I use it from the menu
"Others->My Account->Password"
the problem is when a password expires and is updated through the
"changepassword.php"
$backends['hordeauth'] = array(
'name' => 'Horde Authentication',
'driver' => 'Horde',
'policy' => array(
'minLength' => 8,
'maxLength' => 18,
'maxSpace' => 5,
'minUpper' => 1,
'minLower' => 1,
'minNumeric' => 1,
'minSymbol' => 1
),
'logout' => true,
);
Regards,
Nicolás.
pd. sorry about my english
More information about the horde
mailing list