Index: openacs-4/packages/acs-authentication/acs-authentication.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/acs-authentication.info,v diff -u -r1.43 -r1.44 --- openacs-4/packages/acs-authentication/acs-authentication.info 4 Oct 2018 09:16:04 -0000 1.43 +++ openacs-4/packages/acs-authentication/acs-authentication.info 16 Jan 2019 16:20:18 -0000 1.44 @@ -6,17 +6,17 @@ ACS Authentication t t - - + + Lars Pind Authentication, account management, and related functionality. - 2017-08-06 + 2019-01-16 Collaboraid 3 GPL version 2 Implements authentication-related security functions for OpenACS, including password, account and session management, bulk account creation etc. Provides a contract based interface for different authentication methods such as PAM or LDAP based authentication. - + Index: openacs-4/packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml 1 Mar 2018 13:35:13 -0000 1.8 +++ openacs-4/packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml 16 Jan 2019 16:20:18 -0000 1.9 @@ -4,8 +4,10 @@ Zur Gemeinschaft hinzuf�gen Zu %system_name% hinzuf�gen Hat kein Benutzerkonto auf %system_name% + Falls Sie gerade ein Formular bearbeitet haben, bitte den Zur�ck-Button verwenden und dieses erneut einreichen. Hat ein Benutzerkonto auf %system_name% Benutzeridentifikation oder Passwort ist falsch + Ihre Sitzung ist abgelaufen. Die ermittelte Return-URL ist zu lange um automatisch fortfahren zu k�nnen. Nicht die Resultate, die Sie erwartet haben? Suchen Sie nach: Zugriff aufgrund zu vieler fehlgeschlagener Anmeldeversuche tempor�r gesperrt. Versuchen Sie es sp�ter erneut! Index: openacs-4/packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml,v diff -u -r1.12 -r1.13 --- openacs-4/packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml 22 Jun 2018 08:33:48 -0000 1.12 +++ openacs-4/packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml 16 Jan 2019 16:20:18 -0000 1.13 @@ -4,8 +4,10 @@ Add to Community Add to %system_name% Does not have an account on %system_name% + If you were editing a form, please use the back button after logging in and resubmit the form. Has an account on %system_name% Invalid username or password + Your login expired and the computed URL for automated continuation is too long. Not getting the results you expected? Try searching: Access rejected because of too many invalid login attempts. Try again later! Index: openacs-4/packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml 22 Jun 2018 10:46:50 -0000 1.9 +++ openacs-4/packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml 16 Jan 2019 16:20:18 -0000 1.10 @@ -4,8 +4,10 @@ A�adir a comunidad A�adir a %system_name% No tiene cuenta en %system_name% + Si estaba editando un formulario, pulse el bot�n de volver tras registrarse y vuelva a enviarlo, por favor. Tiene cuenta en %system_name% Usuario o contrase�a erroneo + Su registro ha expirado y la URL computada para continuar autom�ticamente es demasiado larga. Si no ha obtenido los resultados esperados, intente buscar: Acceso denegado: demasiados intentos err�neos. Int�ntelo de nuevo mas tarde. Index: openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl,v diff -u -r1.112 -r1.113 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 22 Dec 2018 09:36:26 -0000 1.112 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 16 Jan 2019 16:20:18 -0000 1.113 @@ -68,8 +68,8 @@ # ns_log notice "URL have url, len=[string length $return_url] $user_agent" if {[string length $return_url] > 2083} { - set message "Your login expired and the computed URL for automated continuation is too long. " - append message "If you were editing a from, please use the back button after logging in and resubmit the form." + set message "[_ acs-authentication.Login_expired_url_too_long]" + append message "[_ acs-authentication.Editing_form_text]" set return_url [ad_get_login_url] }