Net.Resource DEBUG POST fail 404 https://waeve.domain.tld/user/1/username/password
Service.Main DEBUG Password change failed: <HTML>
<HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD>
<BODY>
<H1>Not Found</H1>
The requested document was not found on this server.
<P>
<HR>
<ADDRESS>
Web Server at domain.tlld
</ADDRESS>
</BODY>
</HTML>
<!--
- Unfortunately, Microsoft has added a clever new
- "feature" to Internet Explorer. If the text of
- an error's message is "too small", specifically
- less than 512 bytes, Internet Explorer returns
- its own error message. You can turn that off,
- but it's pretty tricky to find switch called
- "smart error messages". That means, of course,
- that short error messages are censored by default.
- IIS always returns error messages that are long
- enough to make Internet Explorer happy. The
- workaround is pretty simple: pad the error
- message with a big comment like this to push it
- over the five hundred and twelve bytes minimum.
- Of course, that's exactly what you're reading
- right now.
-->
I installed the weave server on my webserver. I created an account in
the mysql database using an sql statement as described in the
documentation. Sync is working properly and I can change the secret
phrase from the FF frontend. Changing the passwort from FF is still
running into the error I described in my previous post.
Does anybody can help me with that issue ?
Regards, Albrecht
On 2 Feb., 08:06, Albrecht <albrecht.backh...@googlemail.com> wrote:
> Changing Password from Weave FF interface doesn't work for me. This is
> what the log says:
>
> Net.Resource DEBUG POST fail 404https://waeve.domain.tld/user/1/username/password
The registration component is installed and passes all tests in the
provided php script. I can change the secret key - which I assume is
also a feature of the registration server - but not the password.
Any ideas ?
Regards, Albrecht