Nicola Murino
Nicola Murino
Thanks for this PR and sorry for the delay. We have been working on our contribution guidelines and have delayed PR reviews for this reason. We now require a CLA....
Support for `uname` may be added but we have no way to test CiscoDNA. Generally is simpler to ship such additions if we can establish a channel for reciprocal access...
Thanks for this PR and sorry for the delay. We have been working on our contribution guidelines and have delayed PR reviews for this reason. We now require a CLA....
> CLA signed, thanks for the heads-up! Thanks for signing. I see you have used an email address like users.noreply.github.com. I think this is fine because we just need to...
If you configure SMTP settings from the WebAdmin and try to reset a password SFTPGo will crash after this patch because templates are never loaded in this case. SMTP can...
I added Oauth2 support [here](https://github.com/wneessen/go-mail/pull/130). The Microsoft variant is untested
> Hi @drakkan good implementation! > > Can I add it to this package? > > Thanks! sure, go-mail is MIT licensed, I think you only have to give credits...
It works for me, see [here](https://github.com/GehirnInc/crypt/blob/master/common/salt.go#L143). ``` func TestVerifyWithRounds(t *testing.T) { data := []struct { key []byte hash string }{ { []byte("Hello world!"), "$6$rounds=10000$saltstringsaltst$OW1/O6BYHV6BcXZu8QVeXbDWra3Oeqh" + "0sbHbbMCVNSnCM/UrjmM0Dp8vOuZeHBy/YTBmSK6H9qs/y3RnOaw5v.", }, { []byte("Hello world!"),...
Please re-open if this also happens with the new WebClient UI. Thanks
I think this issue can be closed, now we should support everything related to rsa-sha-2 and since version 0.16.0 we have also fixed all known regressions.