View Issue Details

IDProjectCategoryView StatusLast Update
0010604Talermerchant backendpublic2025-11-13 17:56
ReporterChristian Grothoff Assigned Toschanzen  
PriorityimmediateSeverityblockReproducibilityalways
Status assignedResolutionopen 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Version1.1 
Target Version1.2 
Summary0010604: login into merchant backend fails
DescriptionWith 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.
TagsNo tags attached.

Activities

schanzen

2025-11-13 13:27

administrator   ~0026424

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.

Christian Grothoff

2025-11-13 17:56

manager   ~0026429

db1e89f7..2be1f98a adds some more logging to help us diagnose such issues.

Issue History

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