Fixed style in style upon reuse of password recovery token
This commit is contained in:
parent
27769a9b68
commit
3f0b3b3e09
3 changed files with 14 additions and 4 deletions
|
|
@ -2,6 +2,10 @@ package WebGUI::i18n::English::AuthWebGUI;
|
|||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'token already used' => {
|
||||
message => q|This password recovery authentication token has already been used.|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
'no registration hack' => {
|
||||
message => q|complete anonymous registration by calling createAccountSave directly from the URL.|,
|
||||
lastUpdated => 1078852836
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue