mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed error message for invalid Kerberos ticket.
https://fedorahosted.org/freeipa/ticket/490
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"result": {
|
||||
"messages": {
|
||||
"ajax": {
|
||||
"401": "Your kerberos ticket no longer valid.Please run KInit and then click 'retry'If this is your first time running the IPA Web UI<a href='/ipa/errors/ssbrowser.html'> Follow these directions</a> to configure your browser."
|
||||
"401": "Your kerberos ticket is no longer valid. Please run kinit and then click 'retry'. If this is your first time running the IPA Web UI <a href='/ipa/config/unauthorized.html'>follow these directions</a> to configure your browser."
|
||||
},
|
||||
"association": {
|
||||
"add": "Add ${other_entity} into ${entity} ${primary_key}",
|
||||
|
||||
@@ -9467,7 +9467,7 @@
|
||||
{
|
||||
"messages": {
|
||||
"ajax": {
|
||||
"401": "Your kerberos ticket no longer valid.Please run KInit and then click 'retry'If this is your first time running the IPA Web UI<a href='/ipa/errors/ssbrowser.html'> Follow these directions</a> to configure your browser."
|
||||
"401": "Your kerberos ticket is no longer valid. Please run kinit and then click 'retry'. If this is your first time running the IPA Web UI <a href='/ipa/config/unauthorized.html'>follow these directions</a> to configure your browser."
|
||||
},
|
||||
"association": {
|
||||
"add": "Add ${other_entity} into ${entity} ${primary_key}",
|
||||
|
||||
Reference in New Issue
Block a user