Open infosec-o4it opened 6 years ago
so, I think, I make some progress,
in the repository in CommunityServer/common/ASC.Common/Tests/Security/Cryptography/Hasher_Test.cs I find an equal function to hash the passwords and insert in the database to reset the passwords.
Assert.AreEqual(
Convert.ToBase64String(SHA256.Create().ComputeHash(Encoding.UTF8.GetBytes(str))),
Hasher.Base64Hash(str) //DEFAULT
);
right now my last problem it's make work the mail server from docker image...
hello, I upgrade from onlyoffice community edition from 9 to 9.5, but I don't restore the mail-server data in my docker container, only from "community" edition, so I can't reset the password because the email is never sent.
what can i do to reset the password ?