Patrick Westenberg wrote on 31.07.2010:
> Hallo,
> Daniel Luttermann schrieb:
>> Your PHP application generates the password with the given scheme and
>> write it to the password field.
> wie soll ich denn via PHP dass Passwort generieren, wenn ich nicht weis
> in welcher Art und Weise Passwort
Patrick Westenberg wrote on 28.07.2010:
> Daniel Luttermann schrieb:
>> when you create a password with dovecotpw or doveadm you can
>> copy&paste the generated password into your database.
> I can´t use dovecotpw. Passwords will be generated by PHP
> (webfrontend).
should be no problem... Pers
Daniel Luttermann schrieb:
when you create a password with dovecotpw or doveadm you can
copy&paste the generated password into your database.
I can´t use dovecotpw. Passwords will be generated by PHP
(webfrontend).
Patrick Westenberg wrote on 27.07.2010:
> Hi again,
> I`m a bit confused how to store a SSHA256 password in the database and
> I can`t find any information in the wiki.
> Do I have to store the SHA256 hash and the salt separately (what would
> the password_query be like in this way) or just the
Hi again,
I`m a bit confused how to store a SSHA256 password in the database and
I can`t find any information in the wiki.
Do I have to store the SHA256 hash and the salt separately (what would
the password_query be like in this way) or just the final SSHA256 hash?
Regards
Patrick