View Issue Details

IDProjectCategoryView StatusLast Update
0010604Talermerchant backendpublic2025-11-18 19:22
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PriorityimmediateSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Version1.1 
Target Version1.2Fixed in 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.

Christian Grothoff

2025-11-18 19:22

manager   ~0026533

Fixed in 85631184..bab278d3

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
2025-11-18 19:22 Christian Grothoff Status assigned => resolved
2025-11-18 19:22 Christian Grothoff Resolution open => fixed
2025-11-18 19:22 Christian Grothoff Fixed in Version => 1.2
2025-11-18 19:22 Christian Grothoff Note Added: 0026533
2025-11-18 19:22 Christian Grothoff Assigned To schanzen => Christian Grothoff