I read these two threads:
change own password? (http://www.open-xchange.com/forum/sh...hange+password)
and:
A few more basic questions
Shortly: there is no user administration interface yet available at the community edition, so a user can not change his own password.
So I want to try to set up a small web based program (in PHP) to solve this.
I learn the string password in table user. I think it must not be MD5, SHA or a string hash producted by Password() function in MySQL.
Its a 13 bytes (104-bit).
What password hashing method OX using?
In PHP, How can I do that?
Thank you very much for any help.
change own password? (http://www.open-xchange.com/forum/sh...hange+password)
and:
A few more basic questions
Shortly: there is no user administration interface yet available at the community edition, so a user can not change his own password.
So I want to try to set up a small web based program (in PHP) to solve this.
I learn the string password in table user. I think it must not be MD5, SHA or a string hash producted by Password() function in MySQL.
Its a 13 bytes (104-bit).
What password hashing method OX using?
In PHP, How can I do that?
Thank you very much for any help.
Comment