Re: [imp] Change password on next login

2009-02-03 Thread Jan Schneider
Zitat von Fábio Almeida : I'm not sure if this is the right list to ask... Is there a way to make horde demand that the users change their passwords upon next login? Would that be a Horde or Sork/passwd setting? Maybe a maintenance task? Should I write a hook for that? This feature is already

[imp] Change password on next login

2009-02-02 Thread Fábio Almeida
I'm not sure if this is the right list to ask... Is there a way to make horde demand that the users change their passwords upon next login? Would that be a Horde or Sork/passwd setting? Maybe a maintenance task? Should I write a hook for that? Thanks. -- IMP mailing list - Join the hunt: http://hor

[imp] Change Password fail

2007-03-29 Thread edwardspl
Dear All, Mine is FC6 System... After install the passwd and tools with IMP and try to change the password : http://www.ita.org.mo/~edward/horde/password_error.gif For the config of passwd/config/backends.php : $backends['poppassd'] = array( 'name' => 'Example Poppassd Server', 'preferre

Re: [imp] Change password

2007-03-01 Thread Jan Schneider
Zitat von Sn!per <[EMAIL PROTECTED]>: I used to have Horde 2.2.1 and IMP 3.2, and I wrote my own change password script. Right after the line that wrote the new value to db, I would then have $_SESSION['imp']['pass'] = Secret::write(Secret::getKey('imp'), $UREG_newPassword); in my scrip

Re: [imp] Change password

2007-02-28 Thread Sn!per
Quoting Sn!per <[EMAIL PROTECTED]>: > $_SESSION['imp']['pass'] = Secret::write(Secret::getKey('imp'), > $UREG_newPassword); Sorry, $UREG_newPassword is the variable that holds the new password. -- roger --- Sign Up for free Email at http://ureg.h

[imp] Change password

2007-02-28 Thread Sn!per
I used to have Horde 2.2.1 and IMP 3.2, and I wrote my own change password script. Right after the line that wrote the new value to db, I would then have $_SESSION['imp']['pass'] = Secret::write(Secret::getKey('imp'), $UREG_newPassword); in my script, so that IMP is fed with the new password.

Re: [imp] Change password of account that are with QMail

2007-02-20 Thread David Anagnostaras
Ok no problem Thanks for the advices :0) Best Regards David Mário Gamito a écrit : Hi, David Anagnostaras wrote: Do you think you could share your php code with me? Unfortunately no :( I did that in a company where i don't work anymore and didn't bring the code with me. But it's trivial

Re: [imp] Change password of account that are with QMail

2007-02-19 Thread Mário Gamito
Hi, David Anagnostaras wrote: Do you think you could share your php code with me? Unfortunately no :( I did that in a company where i don't work anymore and didn't bring the code with me. But it's trivial to do the trick. Just alter the link of the password change icon to your popup window

Re: [imp] Change password of account that are with QMail

2007-02-19 Thread David Anagnostaras
Do you think you could share your php code with me? Mário Gamito a écrit : Hi, David Anagnostaras wrote: Hello, I use qmail for my mail server, I was wondering if somebody could guide to configure horde to change the password of the mails accounts, because qmail store the passwords in file,

Re: [imp] Change password of account that are with QMail

2007-02-19 Thread Mário Gamito
Hi, David Anagnostaras wrote: Hello, I use qmail for my mail server, I was wondering if somebody could guide to configure horde to change the password of the mails accounts, because qmail store the passwords in file, and I wasn't able to make the password add on of horde working with qmail.

[imp] Change password of account that are with QMail

2007-02-18 Thread David Anagnostaras
Hello, I use qmail for my mail server, I was wondering if somebody could guide to configure horde to change the password of the mails accounts, because qmail store the passwords in file, and I wasn't able to make the password add on of horde working with qmail. Thanks -- IMP mailing list -