new configuration version

This commit is contained in:
haburger 2025-01-09 14:30:24 +00:00
parent 3424f7a2f8
commit 272924bc46
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ spec:
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-3df620313bf4e6a321e01eb9fba01e25a6c03379"
tag: "r-6671622a8a2248704ea0aadce13b812c82812e68"
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth"
credentials: "git-credentials"
keystores:

View File

@ -160,7 +160,7 @@ if (session['ch.adnovum.nevisidm.userDto'] != null && notes['lasterror'] == null
} else {
LOG.warn("AGOVaq100 recovery: skipped Recovery-Code check '${recoveryCode ? recoveryCode.state.text() : 'MISSING'}'")
session.setAttribute('agov.recovery.codeStatus', 'skipped')
session.setAttribute('agov.recovery.codeDetailStatus', "unusable (state: ${recoveryCode ? recoveryCode.state.text() : 'MISSING'}")
session.setAttribute('agov.recovery.codeDetailStatus', "unusable (state: ${recoveryCode ? recoveryCode.state.text() : 'MISSING'})")
response.setResult('ok')
return
}