View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010604 | Taler | merchant backend | public | 2025-11-13 10:50 | 2025-11-13 17:56 |
| Reporter | Christian Grothoff | Assigned To | schanzen | ||
| Priority | immediate | Severity | block | Reproducibility | always |
| Status | assigned | Resolution | open | ||
| Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
| Product Version | 1.1 | ||||
| Target Version | 1.2 | ||||
| Summary | 0010604: login into merchant backend fails | ||||
| Description | With the 1.1.1-dev.2 (22:0:10) SPA, Netzbon users cannot log in. We tried password reset, no chance. The issue is that the POST /token endpoint fails. In the logs I see external (!) protocol violations at taler-merchant-httpd.c:339 and :2461. I don't quite see how/why 339 can happen. The Authorization header is set, the scope in the request is set to "all:refreshable", which seems fine. | ||||
| Tags | No tags attached. | ||||
|
|
Tracing the code paths the assertions are caused by failed authentication (wrong password). The fact that those are assertions in the first place is not ideal, and I changed that already, but the fact remains that this is 99% a wrong passwort that is being processed as such. This likely needs to be investigated by directly looking at the instance in the database. Maybe the password reset does not work. |
|
|
db1e89f7..2be1f98a adds some more logging to help us diagnose such issues. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-11-13 10:50 | Christian Grothoff | New Issue | |
| 2025-11-13 10:52 | Christian Grothoff | Assigned To | => schanzen |
| 2025-11-13 10:52 | Christian Grothoff | Status | new => assigned |
| 2025-11-13 13:27 | schanzen | Note Added: 0026424 | |
| 2025-11-13 17:56 | Christian Grothoff | Note Added: 0026429 |