]> source.dussan.org Git - redmine.git/commitdiff
Remove "Unknown user" notification on password request with non-existent email addres...
authorGo MAEDA <maeda@farend.jp>
Tue, 7 Feb 2023 03:53:27 +0000 (03:53 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 7 Feb 2023 03:53:27 +0000 (03:53 +0000)
Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22100 e93f8b46-1217-0410-a6f0-8f06a7374b81

51 files changed:
app/controllers/account_controller.rb
config/locales/ar.yml
config/locales/az.yml
config/locales/bg.yml
config/locales/bs.yml
config/locales/ca.yml
config/locales/cs.yml
config/locales/da.yml
config/locales/de.yml
config/locales/el.yml
config/locales/en-GB.yml
config/locales/en.yml
config/locales/es-PA.yml
config/locales/es.yml
config/locales/et.yml
config/locales/eu.yml
config/locales/fa.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hr.yml
config/locales/hu.yml
config/locales/id.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/lt.yml
config/locales/lv.yml
config/locales/mk.yml
config/locales/mn.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ro.yml
config/locales/ru.yml
config/locales/sk.yml
config/locales/sl.yml
config/locales/sq.yml
config/locales/sr-YU.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/vi.yml
config/locales/zh-TW.yml
config/locales/zh.yml
test/functional/account_controller_test.rb

index 27db7083639f1849710f713fbabce50c6523bcba..dfe229526d3a5e078b56b81b72a518b45f05aa09 100644 (file)
@@ -103,7 +103,9 @@ class AccountController < ApplicationController
         user = User.find_by_mail(email)
         # user not found
         unless user
-          flash.now[:error] = l(:notice_account_unknown_email)
+          # Don't show an error indicating a non-existent email address
+          # to prevent email harvesting
+          flash[:notice] = l(:notice_account_lost_email_sent)
           return
         end
         unless user.active?
index 3ace6bbee7b47caa5be72430e8922de130cc3d3e..6f50f8f7bca0ee2aacb534a42853272dad4e6841 100644 (file)
@@ -156,7 +156,6 @@ ar:
   notice_account_password_updated: لقد تم تجديد كلمة المرور بنجاح.
   notice_account_wrong_password: كلمة المرور غير صحيحة
   notice_account_register_done: لقد تم انشاء حسابك بنجاح، الرجاء تأكيد الطلب من البريد الالكتروني
-  notice_account_unknown_email: مستخدم غير معروف.
   notice_can_t_change_password: هذا الحساب يستخدم جهاز خارجي غير مصرح به لا يمكن تغير كلمة المرور
   notice_account_lost_email_sent: لقد تم ارسال رسالة على بريدك بالتعليمات اللازمة لتغير كلمة المرور
   notice_account_activated: لقد تم تفعيل حسابك، يمكنك الدخول الان
index ad429c5f663a8a5ddf02ee502ed2f83f17fbec0e..99f1f186356bb7a509f8f7f216b4399cbb5beb49 100644 (file)
@@ -735,7 +735,6 @@ az:
   notice_account_password_updated: Parol müvəffəqiyyətlə yeniləndi.
   notice_account_pending: "Sizin uçot qeydiniz yaradıldı və inzibatçının təsdiqini gözləyir."
   notice_account_register_done: Uçot qeydi müvəffəqiyyətlə yaradıldı. Sizin uçot qeydinizin aktivləşdirilməsi üçün elektron poçtunuza göndərilən linkə keçin.
-  notice_account_unknown_email: Naməlum istifadəçi.
   notice_account_updated: Uçot qeydi müvəffəqiyyətlə yeniləndi.
   notice_account_wrong_password: Parol düzgün deyildir
   notice_can_t_change_password: Bu uçot qeydi üçün xarici autentifikasiya mənbəyi istifadə olunur. Parolu dəyişmək mümkün deyildir.
index 666705181e2ab8353f774fc2ab8dad70a4b7ac3a..ddc5689d978304a24d1e13ba7d546c4500e45922 100644 (file)
@@ -159,7 +159,6 @@ bg:
   notice_account_wrong_password: Грешна парола
   notice_account_register_done: Профилът е създаден успешно. E-mail, съдържащ инструкции за активиране на профила
     е изпратен на %{email}.
-  notice_account_unknown_email: Непознат e-mail.
   notice_account_not_activated_yet: Вие не сте активирали вашия профил все още. Ако искате да
     получите нов e-mail за активиране, моля <a href="%{url}">натиснете тази връзка</a>.
   notice_account_locked: Вашият профил е блокиран.
index f0687866cb6fda612efe3a19d309c51e2e0f0f61..db19c4c47e5dd35aad39dd7b3b0db79111b022f7 100644 (file)
@@ -169,7 +169,6 @@ bs:
   notice_account_password_updated: Lozinka je uspješno promjenjena.
   notice_account_pending: "Vaš nalog je kreiran i čeka odobrenje administratora."
   notice_account_register_done: Nalog je uspješno kreiran. Da bi ste aktivirali vaš nalog kliknite na link koji vam je poslat.
-  notice_account_unknown_email: Nepoznati korisnik.
   notice_account_updated: Nalog je uspješno promjenen.
   notice_account_wrong_password: Pogrešna lozinka
   notice_can_t_change_password: Ovaj nalog koristi eksterni izvor prijavljivanja. Ne mogu da promjenim šifru.
index 8e6908f9e1c7a23a288895a884d7c42e356210f5..d58c0b22aeb0c71fb938360aa7e16ce83ad93ede 100644 (file)
@@ -161,7 +161,6 @@ ca:
   notice_account_password_updated: "La contrasenya s'ha modificat correctament."
   notice_account_wrong_password: "Contrasenya incorrecta"
   notice_account_register_done: "El compte s'ha creat correctament. Per a activar el compte, feu clic en l'enllaç que us han enviat per correu electrònic."
-  notice_account_unknown_email: "Usuari desconegut."
   notice_can_t_change_password: "Aquest compte utilitza una font d'autenticació externa. No és possible canviar la contrasenya."
   notice_account_lost_email_sent: "S'ha enviat un correu electrònic amb instruccions per a seleccionar una contrasenya nova."
   notice_account_activated: "El compte s'ha activat correctament. Ara ja podeu entrar."
index 0595c2d05bad8e484aee0fe1a43429beb516ab16..91d62c7b291517c794b79c8ff47e94d65e1c05b4 100644 (file)
@@ -161,7 +161,6 @@ cs:
   notice_account_password_updated: Heslo bylo úspěšně změněno.
   notice_account_wrong_password: Chybné heslo
   notice_account_register_done: Účet byl úspěšně vytvořen. Pro aktivaci účtu klikněte na odkaz v emailu, který vám byl zaslán.
-  notice_account_unknown_email: Neznámý uživatel.
   notice_can_t_change_password: Tento účet používá externí autentifikaci. Zde heslo změnit nemůžete.
   notice_account_lost_email_sent: Byl vám zaslán email s intrukcemi jak si nastavíte nové heslo.
   notice_account_activated: Váš účet byl aktivován. Nyní se můžete přihlásit.
index eef8b2b7134e96f9de64e3830361b37693f0f6eb..52a787d6da3563928a8f765b385de1366c713896 100644 (file)
@@ -174,7 +174,6 @@ da:
   notice_account_password_updated: Kodeordet er opdateret.
   notice_account_wrong_password: Forkert kodeord
   notice_account_register_done: Kontoen er oprettet. For at aktivere kontoen skal du klikke på linket i den tilsendte email.
-  notice_account_unknown_email: Ukendt bruger.
   notice_can_t_change_password: Denne konto benytter en ekstern sikkerhedsgodkendelse. Det er ikke muligt at skifte kodeord.
   notice_account_lost_email_sent: En email med instruktioner til at vælge et nyt kodeord er afsendt til dig.
   notice_account_activated: Din konto er aktiveret. Du kan nu logge ind.
index 9ac76f852d700407bcb594ea209e36462a5a49e9..b1094a18f8dec17575a54e84472a49ce426f45a9 100644 (file)
@@ -875,7 +875,6 @@ de:
   notice_account_password_updated: Passwort wurde erfolgreich aktualisiert.
   notice_account_pending: "Ihr Konto wurde erstellt und wartet jetzt auf die Genehmigung des Administrators."
   notice_account_register_done: Konto wurde erfolgreich angelegt. Eine E-Mail mit Hinweisen zur Kontoaktivierung wurde an %{email} gesendet.
-  notice_account_unknown_email: Unbekannter Benutzer.
   notice_account_updated: Konto wurde erfolgreich aktualisiert.
   notice_account_wrong_password: Falsches Passwort.
   notice_api_access_key_reseted: Ihr API-Zugriffsschlüssel wurde zurückgesetzt.
index 98287b356f904079d930113d57f1a36f6640ad77..559df9b2856fbbfbe4a2a4ca33341d17b15d0e1a 100644 (file)
@@ -158,7 +158,6 @@ el:
   notice_account_password_updated: Ο κωδικός πρόσβασης ενημερώθηκε επιτυχώς.
   notice_account_wrong_password: Λάθος κωδικός πρόσβασης
   notice_account_register_done: Ο λογαριασμός δημιουργήθηκε επιτυχώς. Για να ενεργοποιήσετε το λογαριασμό σας, πατήστε το σύνδεσμο που σας έχει αποσταλεί με email.
-  notice_account_unknown_email: Άγνωστος χρήστης.
   notice_can_t_change_password: Αυτός ο λογαριασμός χρησιμοποιεί εξωτερική πηγή πιστοποίησης. Δεν είναι δυνατόν να αλλάξετε τον κωδικό πρόσβασης.
   notice_account_lost_email_sent: Σας έχει αποσταλεί email με οδηγίες για την επιλογή νέου κωδικού πρόσβασης.
   notice_account_activated: Ο λογαριασμός σας έχει ενεργοποιηθεί. Τώρα μπορείτε να συνδεθείτε.
index 51cb7372d8a382a404779b7fb4e32ad50b4885c2..cb55d2fe8997ce86d03f2720369d353904757696 100644 (file)
@@ -161,7 +161,6 @@ en-GB:
   notice_account_password_updated: Password was successfully updated.
   notice_account_wrong_password: Wrong password
   notice_account_register_done: Account was successfully created. An email containing the instructions to activate your account was sent to %{email}.
-  notice_account_unknown_email: Unknown user.
   notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password.
   notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you.
   notice_account_activated: Your account has been activated. You can now log in.
index 64d09c8cfd7985fa10e9b9ae4888bda0edcc8920..8713f31df0cdb094a5d3eebeb4cf39c67a5ed150 100644 (file)
@@ -157,7 +157,6 @@ en:
   notice_account_password_updated: Password was successfully updated.
   notice_account_wrong_password: Wrong password
   notice_account_register_done: Account was successfully created. An email containing the instructions to activate your account was sent to %{email}.
-  notice_account_unknown_email: Unknown user.
   notice_account_not_activated_yet: You haven't activated your account yet. If you want to receive a new activation email, please <a href="%{url}">click this link</a>.
   notice_account_locked: Your account is locked.
   notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password.
index 1deb6c2b6399b777e933faf938ac3d3e50152ab3..40b5d77cac47fb258f58731e5851adaf56912b27 100644 (file)
@@ -665,7 +665,6 @@ es-PA:
   notice_account_password_updated: Contraseña modificada correctamente.
   notice_account_pending: "Su cuenta ha sido creada y está pendiende de la aprobación por parte del administrador."
   notice_account_register_done: Cuenta creada correctamente. Para activarla, haga clic sobre el enlace que le ha sido enviado por correo.
-  notice_account_unknown_email: Usuario desconocido.
   notice_account_updated: Cuenta actualizada correctamente.
   notice_account_wrong_password: Contraseña incorrecta.
   notice_can_t_change_password: Esta cuenta utiliza una fuente de autenticación externa. No es posible cambiar la contraseña.
index 293595219bdb1578d069fec23343a26b76fe5b21..935072175f63c710d6bcd75e9f82c0ee07b75b21 100644 (file)
@@ -663,7 +663,6 @@ es:
   notice_account_password_updated: Contraseña modificada correctamente.
   notice_account_pending: "Su cuenta ha sido creada y está pendiende de la aprobación por parte del administrador."
   notice_account_register_done: Cuenta creada correctamente. Para activarla, haga clic sobre el enlace que le ha sido enviado por correo.
-  notice_account_unknown_email: Usuario desconocido.
   notice_account_updated: Cuenta actualizada correctamente.
   notice_account_wrong_password: Contraseña incorrecta.
   notice_can_t_change_password: Esta cuenta utiliza una fuente de autenticación externa. No es posible cambiar la contraseña.
index 3e13840eba9a9aeabd7c8f4b8503ff46de1a836e..d0e0c58cd0a314d6278632d8c27b0a13114ae2ce 100644 (file)
@@ -174,7 +174,6 @@ et:
   notice_account_password_updated: "Parooli uuendamine õnnestus."
   notice_account_wrong_password: "Vale parool"
   notice_account_register_done: "Konto loomine õnnestus. Konto aktiveerimiseks vajuta vastaval lingil Sulle saadetud e-kirjas."
-  notice_account_unknown_email: "Tundmatu kasutaja."
   notice_can_t_change_password: "See konto kasutab välist autentimisallikat. Siin ei saa selle konto parooli vahetada."
   notice_account_lost_email_sent: "Sulle saadeti e-kiri parooli vahetamise juhistega."
   notice_account_activated: "Su konto on aktiveeritud. Saad nüüd sisse logida."
index c417a79cc300c2b80fff3599689dd6ea911748ce..1310ec259dc65c7158ab405fa1d735c681aefa23 100644 (file)
@@ -159,7 +159,6 @@ eu:
   notice_account_password_updated: Pasahitza ongi eguneratu da.
   notice_account_wrong_password: Pasahitz ezegokia.
   notice_account_register_done: Kontua ongi sortu da. Kontua gaitzeko klikatu epostan adierazi zaizun estekan.
-  notice_account_unknown_email: Erabiltzaile ezezaguna.
   notice_can_t_change_password: Kontu honek kanpoko autentikazio bat erabiltzen du. Ezinezkoa da pasahitza aldatzea.
   notice_account_lost_email_sent: Pasahitz berria aukeratzeko jarraibideak dituen eposta bat bidali zaizu.
   notice_account_activated: Zure kontua gaituta dago. Orain saioa has dezakezu
index 26c2ac73b9f12f5d06ed8eb62a6847e107559916..e0f9b3b0e60b46613a3e3bf5648a9af6f9fb7ccb 100644 (file)
@@ -160,7 +160,6 @@ fa:
   notice_account_password_updated: گذرواژه به‌روز شد
   notice_account_wrong_password: گذرواژه نادرست است
   notice_account_register_done: حساب با موفقیت ساخته شد. رایانامه‌ای حاوی دستورالعمل فعال‌سازی حساب شما به %{email} فرستاده شد.
-  notice_account_unknown_email: کاربر شناخته نشد.
   notice_account_not_activated_yet: شما هنوز حساب خود را فعال نکرده‌اید. اگر می‌خواهید یک رایانامه فعال‌سازی دیگر دریافت کنید، لطفاً <a href="%{url}">این جا کلید نمایید</a>.
   notice_account_locked: حساب شما قفل شده است.
   notice_can_t_change_password:  این حساب یک روش احراز هویت بیرونی را به کار گرفته است. گذرواژه را نمی‌توان تغییر داد.
index d52f3b207cbd0a4b1223c150d0d80bd3a419db5d..4df48f954853aac5d1d8eb096bbf93f32e531920 100644 (file)
@@ -182,7 +182,6 @@ fi:
   notice_account_password_updated: Salasanan päivitys onnistui.
   notice_account_wrong_password: Väärä salasana
   notice_account_register_done: Tilin luonti onnistui. Aktivoidaksesi tilin seuraa linkkiä joka välitettiin sähköpostiisi.
-  notice_account_unknown_email: Tuntematon käyttäjä.
   notice_can_t_change_password: Tämä tili käyttää ulkoista tunnistautumisjärjestelmää. Salasanaa ei voi muuttaa.
   notice_account_lost_email_sent: Sinulle on lähetetty sähköposti jossa on ohje kuinka vaihdat salasanasi.
   notice_account_activated: Tilisi on nyt aktivoitu, voit kirjautua sisälle.
index 5cba267007ef5776ce0e0f3e1ed06b49acadb16a..e1e626081f6a55bd5ab256982f29a8194ea6f4b9 100644 (file)
@@ -177,7 +177,6 @@ fr:
   notice_account_password_updated: Mot de passe mis à jour avec succès.
   notice_account_wrong_password: Mot de passe incorrect
   notice_account_register_done: Un message contenant les instructions pour activer votre compte vous a été envoyé à l'adresse %{email}.
-  notice_account_unknown_email: Aucun compte ne correspond à cette adresse.
   notice_account_not_activated_yet: Vous n'avez pas encore activé votre compte. Si vous voulez recevoir un nouveau message d'activation, veuillez <a href="%{url}">cliquer sur ce lien</a>.
   notice_account_locked: Votre compte est verrouillé.
   notice_can_t_change_password: Ce compte utilise une authentification externe. Impossible de changer le mot de passe.
index faf765c9d32e5f9645fa9806ef68678a1570f0ca..183160a3b4f81776d9807186bf61fad1d61371cb 100644 (file)
@@ -638,7 +638,6 @@ gl:
   notice_account_password_updated: Contrasinal modificado correctamente.
   notice_account_pending: "A súa conta creouse e está pendente da aprobación por parte do administrador."
   notice_account_register_done: "A conta creouse correctamente. Recibirá unha ligazón na súa conta de correo electrónico, sígaa para activar a nova conta."
-  notice_account_unknown_email: Usuario descoñecido.
   notice_account_updated: Conta actualizada correctamente.
   notice_account_wrong_password: Contrasinal incorrecto.
   notice_can_t_change_password: Esta conta utiliza unha fonte de autenticación externa. Non é posible cambiar o contrasinal.
index d77af432ef654d15c6069f5a41686610347471be..643083eb26ccaf6a3c09ff8e6be38e3b00520d89 100644 (file)
@@ -162,7 +162,6 @@ he:
   notice_account_password_updated: הסיסמה עודכנה בהצלחה!
   notice_account_wrong_password: סיסמה שגויה
   notice_account_register_done: החשבון נוצר בהצלחה. להפעלת החשבון לחץ על הקישור שנשלח לדוא"ל שלך.
-  notice_account_unknown_email: משתמש לא מוכר.
   notice_can_t_change_password: החשבון הזה משתמש במקור הזדהות חיצוני. שינוי סיסמה הינו בילתי אפשר
   notice_account_lost_email_sent: דוא"ל עם הוראות לבחירת סיסמה חדשה נשלח אליך.
   notice_account_activated: חשבונך הופעל. אתה יכול להתחבר כעת.
index 264fa7faa79c75586ba43565ba3118d96e549580..87e7eeea733b227e55355fbd8ff2e55750368756 100644 (file)
@@ -152,7 +152,6 @@ hr:
   notice_account_password_updated: Zaporka je uspješno promijenjena.
   notice_account_wrong_password: Pogrešna zaporka
   notice_account_register_done: Racun je uspješno napravljen. Da biste aktivirali svoj račun, kliknite na link koji vam je poslan na e-mail.
-  notice_account_unknown_email: Nepoznati korisnik.
   notice_can_t_change_password: Ovaj račun koristi eksterni izvor prijavljivanja. Nemoguće je promijeniti zaporku.
   notice_account_lost_email_sent: E-mail s uputama kako bi odabrali novu zaporku je poslan na na vašu e-mail adresu.
   notice_account_activated: Vaš racun je aktiviran. Možete se prijaviti.
index 4683d7dbb1e6dda8c31fee9327cc878667439c5f..b39fde3b787c060f3602b9f8c07465ad6989a43a 100644 (file)
   notice_account_password_updated: A jelszó módosítása megtörtént.
   notice_account_wrong_password: Hibás jelszó
   notice_account_register_done: A fiók sikeresen létrehozva. Aktiválásához kattints az e-mailben kapott linkre
-  notice_account_unknown_email: Ismeretlen felhasználó.
   notice_can_t_change_password: A fiók külső azonosítási forrást használ. A jelszó megváltoztatása nem lehetséges.
   notice_account_lost_email_sent: Egy e-mail üzenetben postáztunk Önnek egy leírást az új jelszó beállításáról.
   notice_account_activated: Fiókját aktiváltuk. Most már be tud jelentkezni a rendszerbe.
index ef18f79a59d5125ab1f62b0af34be98f85f9933d..4959b719d27be6f457c262a5bfafeded18c78296 100644 (file)
@@ -157,7 +157,6 @@ id:
   notice_account_password_updated: Kata sandi sudah berhasil diperbarui.
   notice_account_wrong_password: Kata sandi salah.
   notice_account_register_done: Akun sudah berhasil dibuat. Untuk mengaktifkan akun anda, silakan klik tautan (link) yang dikirim kepada anda melalui e-mail.
-  notice_account_unknown_email: Pengguna tidak dikenal.
   notice_can_t_change_password: Akun ini menggunakan sumber otentikasi eksternal yang tidak dikenal. Kata sandi tidak bisa diubah.
   notice_account_lost_email_sent: Email berisi instruksi untuk memilih kata sandi baru sudah dikirimkan kepada anda.
   notice_account_activated: Akun anda sudah diaktifasi. Sekarang anda bisa login.
index a274ff8ca247e4f5995b8d145772f69e4a9d04bc..023b1d4e1b7b5d4f00add96cf7a246030af396ef 100644 (file)
@@ -161,7 +161,6 @@ it:
   notice_account_invalid_credentials: Nome utente o password non validi.
   notice_account_password_updated: La password è stata aggiornata.
   notice_account_wrong_password: Password errata
-  notice_account_unknown_email: Utente sconosciuto.
   notice_can_t_change_password: Questo utente utilizza un metodo di autenticazione esterno. Impossibile cambiare la password.
   notice_account_lost_email_sent: Ti è stata spedita una email con le istruzioni per cambiare la password.
   notice_account_activated: Il tuo account è stato attivato. Ora puoi effettuare l'accesso.
index 9f0802f1a98779781d753f2d97c39e175dcfe61c..7ca4c888ca8f294fcf44e7b3573d53d1c6aad60c 100644 (file)
@@ -178,7 +178,6 @@ ja:
   notice_account_password_updated: パスワードが更新されました。
   notice_account_wrong_password: パスワードが違います
   notice_account_register_done: アカウントを作成しました。アカウントを有効にするための手順を記載したメールを %{email} 宛に送信しました。
-  notice_account_unknown_email: ユーザーが存在しません。
   notice_can_t_change_password: このアカウントでは外部認証を使っています。パスワードは変更できません。
   notice_account_lost_email_sent: パスワードを再設定する手順を記載したメールを送信しました。
   notice_account_activated: アカウントが有効になりました。ログインできます。
index 83e853ac22ef00d49c3639f96cb268b6f315add3..fc553fb8f7becd0e2b61029a1a8938f325129066 100644 (file)
@@ -204,7 +204,6 @@ ko:
   notice_account_password_updated: 비밀번호가 잘 변경되었습니다.
   notice_account_wrong_password: 잘못된 비밀번호
   notice_account_register_done: 계정이 잘 만들어졌습니다. 계정을 활성화하시려면 받은 메일의 링크를 클릭해주세요.
-  notice_account_unknown_email: 알려지지 않은 사용자.
   notice_can_t_change_password: 이 계정은 외부 인증을 이용합니다. 비밀번호를 변경할 수 없습니다.
   notice_account_lost_email_sent: 새로운 비밀번호를 위한 메일이 발송되었습니다.
   notice_account_activated: 계정이 활성화되었습니다. 이제 로그인 하실수 있습니다.
index 9bdbaa58b62235bd27db9f05bf3389c7dc07a4f7..efe6c0fda9645921c5c172046a981c3f4d9b3faf 100644 (file)
@@ -162,7 +162,6 @@ lt:
   notice_account_password_updated: Slaptažodis buvo sėkmingai atnaujintas.
   notice_account_wrong_password: Neteisingas slaptažodis
   notice_account_register_done: Paskyra buvo sėkmingai sukurta. Norint aktyvinti savo paskyrą, paspauskite nuorodą, kuri jums buvo siųsta į %{email}.
-  notice_account_unknown_email: Nežinomas vartotojas.
   notice_account_not_activated_yet: Dar nesatę aktyvavę savo paskyros. Jei norite gauti naują aktyvavimo laišką, paspauskite <a href="%{url}">šią nuorodą</a>
   notice_account_locked: Jūsų paskyra užblokuota.
   notice_can_t_change_password: Šis pranešimas naudoja išorinį autentiškumo nustatymo šaltinį. Neįmanoma pakeisti slaptažodžio.
index 15dc712dcb9353854269a4e5603a4457194357e0..864b05feaa3b71c5000c82f7cfc04083839c2992 100644 (file)
@@ -151,7 +151,6 @@ lv:
   notice_account_password_updated: Parole tika veiksmīgi atjaunota.
   notice_account_wrong_password: Nepareiza parole
   notice_account_register_done: Konts veiksmīgi izveidots. Lai aktivizētu kontu, spiediet uz saites, kas Jums tika nosūtīta.
-  notice_account_unknown_email: Nezināms lietotājs
   notice_can_t_change_password: Šis konts izmanto ārēju pilnvarošanas avotu. Nav iespējams nomainīt paroli.
   notice_account_lost_email_sent: Jums tika nosūtīts e-pasts ar instrukcijām, kā izveidot jaunu paroli.
   notice_account_activated: Jūsu konts ir aktivizēts. Varat pieslēgties sistēmai.
index f0de099575f379ea189d548d748e2401d13800c4..a54059f789cf0bc6ff3296e4e00180b2390c52e5 100644 (file)
@@ -158,7 +158,6 @@ mk:
   notice_account_password_updated: Лозинката е успешно ажурирана.
   notice_account_wrong_password: Погрешна лозинка
   notice_account_register_done: Профилот е успешно креиран. За активација, клкнете на врската што ви е пратена по е-пошта.
-  notice_account_unknown_email: Непознат корисник.
   notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password.
   notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you.
   notice_account_activated: Your account has been activated. You can now log in.
index 5a3de50c8b3f4973f111bcdb8cbdd4465ca5fa40..29c1b39a5f569cb571804382281abe941f49ee1c 100644 (file)
@@ -157,7 +157,6 @@ mn:
   notice_account_password_updated: Нууц үгийг амжилттай өөрчиллөө.
   notice_account_wrong_password: Буруу нууц үг
   notice_account_register_done: Шинэ хэрэглэгч амжилттай үүсгэлээ. Идэвхжүүлэхийн тулд, бидний тань луу илгээсэн мэйл дотор байгаа холбоос дээр дараарай.
-  notice_account_unknown_email: Үл мэдэгдэх хэрэглэгч.
   notice_can_t_change_password: Энэ эрх гадаад нэвтрэлтэд ашигладаг учраас нууц үгийг өөрчлөх боломжгүй.
   notice_account_lost_email_sent: Бид таньд мэйлээр нууц үгээ өөрчлөх зааврыг илгээсэн байгаа.
   notice_account_activated: Таны данс идэвхжлээ. Одоо нэвтэрч орж болно.
index db4027327e6a4f81fb980a0821aa14b9f520c741..7870f4c4fce534e16e7d52040e2aa6735e3c0ab0 100644 (file)
@@ -606,7 +606,6 @@ nl:
   notice_account_lost_email_sent: Er is een e-mail naar u verzonden met instructies over de keuze van een nieuw wachtwoord.
   notice_account_password_updated: Wachtwoord is met succes gewijzigd
   notice_account_pending: Uw account is aangemaakt, maar wacht nog op goedkeuring van een beheerder.
-  notice_account_unknown_email: Onbekende gebruiker.
   notice_account_updated: Account is succesvol gewijzigd
   notice_account_wrong_password: Ongeldig wachtwoord
   notice_can_t_change_password: Deze account gebruikt een externe authenticatiebron. Het is niet mogelijk om het wachtwoord te veranderen.
index 77d40281de3005c494ff2538222fc823ce2f201a..a61651d578ada318e81f8a5d55f7517160553c94 100644 (file)
   notice_account_password_updated: Passordet er oppdatert.
   notice_account_wrong_password: Feil passord
   notice_account_register_done: Kontoen er opprettet. Klikk lenken som er sendt deg i e-post for å aktivere kontoen.
-  notice_account_unknown_email: Ukjent bruker.
   notice_can_t_change_password: Denne kontoen bruker ekstern godkjenning. Passordet kan ikke endres.
   notice_account_lost_email_sent: En e-post med instruksjoner for å velge et nytt passord er sendt til deg.
   notice_account_activated: Din konto er aktivert. Du kan nå logge inn.
index 1875bf1e5d003480b2dd24c6498b5fcbe5fc3acc..10979f358743a14cfe6819a91638d01342638efc 100644 (file)
@@ -169,7 +169,6 @@ pl:
   notice_account_password_updated: "Hasło zostało pomyślnie zmienione."
   notice_account_wrong_password: "Nieprawidłowe hasło"
   notice_account_register_done: "Konto zostało pomyślnie utworzone. E-mail zawierający instrukcje aktywacji konta został wysłany na adres %{email}."
-  notice_account_unknown_email: "Nieznany użytkownik."
   notice_account_not_activated_yet: 'Jeszcze nie aktywowałeś swojego konta. Jeśli chcesz otrzymać nowy e-mail aktywacyjny, <a href="%{url}">kliknij tutaj</a>.'
   notice_account_locked: "Twoje konto jest zablokowane."
   notice_can_t_change_password: "To konto ma zewnętrzne źródło uwierzytelniania. Nie możesz zmienić hasła."
index 67d485daca7012c7390b82a7e027ed9aa37c4f21..934208874eea7cbdd062b2f285198a1dda220ac7 100644 (file)
@@ -177,7 +177,6 @@ pt-BR:
   notice_account_password_updated: Senha alterada com sucesso.
   notice_account_wrong_password: Senha inválida.
   notice_account_register_done: Conta criada com sucesso. Para ativar sua conta, clique no link que lhe foi enviado por e-mail.
-  notice_account_unknown_email: Usuário desconhecido.
   notice_can_t_change_password: Esta conta utiliza autenticação externa. Não é possível alterar a senha.
   notice_account_lost_email_sent: Um e-mail com instruções para escolher uma nova senha foi enviado para você.
   notice_account_activated: Sua conta foi ativada. Você pode acessá-la agora.
index 986e0fd9ce860ed1974907815e059a7d92e6fdac..5c9526da4acba39a45b2419ed12550ccad7c17cd 100644 (file)
@@ -165,7 +165,6 @@ pt:
   notice_account_invalid_credentials: Utilizador ou palavra-chave inválidos.
   notice_account_password_updated: A palavra-chave foi alterada com sucesso.
   notice_account_wrong_password: Palavra-chave errada.
-  notice_account_unknown_email: Utilizador desconhecido.
   notice_can_t_change_password: Esta conta utiliza uma fonte de autenticação externa. Não é possível alterar a palavra-chave.
   notice_account_lost_email_sent: Foi-lhe enviado um e-mail com as instruções para escolher uma nova palavra-chave.
   notice_account_activated: A sua conta foi ativada. É agora possível autenticar-se.
index 9d032371cd4ab40f61619308134c8feacc87fe2c..3b55f08b352f03357786f3c66e0b4fa4f715a10a 100644 (file)
@@ -152,7 +152,6 @@ ro:
   notice_account_password_updated: Parolă actualizată.
   notice_account_wrong_password: Parolă greșită
   notice_account_register_done: Contul a fost creat. Pentru activare, urmați legătura trimisă prin email.
-  notice_account_unknown_email: Utilizator necunoscut.
   notice_can_t_change_password: Acest cont folosește o sursă externă de autentificare. Nu se poate schimba parola.
   notice_account_lost_email_sent: S-a trimis un email cu instrucțiuni de schimbare a parolei.
   notice_account_activated: Contul a fost activat. Vă puteți autentifica acum.
index 8784f25321ea3b6019251a8683bd602948acd60c..ae9c4104647eac3ac3ece9c81fcdc645f27464e4 100644 (file)
@@ -745,7 +745,6 @@ ru:
   notice_account_password_updated: Пароль успешно обновлён.
   notice_account_pending: "Ваша учётная запись создана и ожидает подтверждения администратора."
   notice_account_register_done: Учётная запись успешно создана. Для активации Вашей учётной записи пройдите по ссылке, которая выслана Вам по электронной почте.
-  notice_account_unknown_email: Неизвестный пользователь.
   notice_account_updated: Учётная запись успешно обновлена.
   notice_account_wrong_password: Неверный пароль
   notice_can_t_change_password: Для данной учётной записи используется источник внешней аутентификации. Невозможно изменить пароль.
index 5162b1c0bed9803172735dae58a935673d06be4a..78c56365c003c6efdb1f1206ede19f8d7def0598 100644 (file)
@@ -156,7 +156,6 @@ sk:
   notice_account_password_updated: Heslo bolo úspešne zmenené.
   notice_account_wrong_password: Nesprávne heslo
   notice_account_register_done: Účet bol úspešne vytvorený. Účet aktivujete kliknutím na odkaz v emaile, ktorý vám bol zaslaný na %{email}.
-  notice_account_unknown_email: Neznámy používateľ.
   notice_can_t_change_password: Tento účet používa externú autentifikáciu. Nemôžete zmeniť heslo.
   notice_account_lost_email_sent: Bol vám zaslaný email s inštrukciami, ako si nastaviť nové heslo.
   notice_account_activated: Váš účet bol aktivovaný. Teraz se môžete prihlásiť.
index 8f8af74eebdcf92bfb359718304a8417e6eea583..fcc54c28ec525f1ef4859a555fe054886f280811 100644 (file)
@@ -156,7 +156,6 @@ sl:
   notice_account_password_updated: Geslo je bilo uspešno posodobljeno.
   notice_account_wrong_password: Napačno geslo
   notice_account_register_done: Račun je bil uspešno ustvarjen. Za aktivacijo potrdite povezavo, ki vam je bila poslana v e-nabiralnik.
-  notice_account_unknown_email: Neznan uporabnik.
   notice_can_t_change_password: Ta račun za overovljanje uporablja zunanji. Gesla ni mogoče spremeniti.
   notice_account_lost_email_sent: Poslano vam je bilo e-pismo z navodili za izbiro novega gesla.
   notice_account_activated: Vaš račun je bil aktiviran. Sedaj se lahko prijavite.
index e0e32064aa8116219dda70e2715c90bc924f5fe9..ec06e9c6967205b34efece236b6c34eba69ebe25 100644 (file)
@@ -157,7 +157,6 @@ sq:
   notice_account_password_updated: Fjalëkalimi u përditësua me sukses.
   notice_account_wrong_password: Fjalëkalim i gabuar
   notice_account_register_done: Llogaria u krijua me sukses. Te %{email} u dërgua një email që përmban udhëzimet si të aktivizohet llogaria juaj.
-  notice_account_unknown_email: Përdorues i panjohur.
   notice_account_not_activated_yet: S’e keni aktivizuar ende llogarinë tuaj. Nëse doni të merrni një email të ri aktivizimi, ju lutemi, <a href="%{url}">klikoni mbi këtë lidhje</a>.
   notice_account_locked: Llogaria juaj është e kyçur.
   notice_can_t_change_password: Kjo llogari përdor një burim të jashtëm mirëfilltësimesh. E pamundur të ndryshohet fjalëkalimi.
index b13ff7c19a43fecfe37e30f75d739c94e00a0486..61bb677f3d8008239e9704336e0e150536c43bd3 100644 (file)
@@ -160,7 +160,6 @@ sr-YU:
   notice_account_password_updated: Lozinka je uspešno ažurirana.
   notice_account_wrong_password: Pogrešna lozinka
   notice_account_register_done: Korisnički nalog je uspešno kreiran. Kliknite na link koji ste dobili u e-poruci za aktivaciju.
-  notice_account_unknown_email: Nepoznat korisnik.
   notice_can_t_change_password: Ovaj korisnički nalog za potvrdu identiteta koristi spoljni izvor. Nemoguće je promeniti lozinku.
   notice_account_lost_email_sent: Poslata vam je e-poruka sa uputstvom za izbor nove lozinke
   notice_account_activated: Vaš korisnički nalog je aktiviran. Sada se možete prijaviti.
index 2983bd4bdb92c15c4cc0d2142588729e1e2ffaa4..0b6b8b319dbee652be697c1580579cff5ef77e3c 100644 (file)
@@ -158,7 +158,6 @@ sr:
   notice_account_password_updated: Лозинка је успешно ажурирана.
   notice_account_wrong_password: Погрешна лозинка
   notice_account_register_done: Кориснички налог је успешно креиран. Кликните на линк који сте добили у е-поруци за активацију.
-  notice_account_unknown_email: Непознат корисник.
   notice_can_t_change_password: Овај кориснички налог за потврду идентитета користи спољни извор. Немогуће је променити лозинку.
   notice_account_lost_email_sent: Послата вам је е-порука са упутством за избор нове лозинке
   notice_account_activated: Ваш кориснички налог је активиран. Сада се можете пријавити.
index 88577df064a19a26ba7c224e9a66046ac17e59e3..16473e7a3580ea52b0727c5c6fd25d4868b2f777 100644 (file)
@@ -199,7 +199,6 @@ sv:
   notice_account_password_updated: Lösenordet har uppdaterats
   notice_account_wrong_password: Fel lösenord
   notice_account_register_done: Kontot har skapats. För att aktivera kontot, klicka på länken i mailet som skickades till dig.
-  notice_account_unknown_email: Okänd användare.
   notice_can_t_change_password: Detta konto använder en extern autentiseringskälla. Det går inte att byta lösenord.
   notice_account_lost_email_sent: Ett mail med instruktioner om hur man väljer ett nytt lösenord har skickats till dig.
   notice_account_activated: Ditt konto har blivit aktiverat. Du kan nu logga in.
index 4983a4b67c17a6ba3808f2dde80e9bcce249cd37..9844efe630827de986db296b29582d5cdaef4826 100644 (file)
@@ -155,7 +155,6 @@ th:
   notice_account_password_updated: รหัสได้ถูกปรับปรุงแล้ว.
   notice_account_wrong_password: รหัสผ่านไม่ถูกต้อง
   notice_account_register_done: บัญชีถูกสร้างแล้ว. กรุณาเช็คเมล์ แล้วคลิ๊กที่ลิงค์ในอีเมล์เพื่อเปิดใช้บัญชี
-  notice_account_unknown_email: ไม่มีผู้ใช้ที่ใช้อีเมล์นี้.
   notice_can_t_change_password: บัญชีนี้ใช้การยืนยันตัวตนจากแหล่งภายนอก. ไม่สามารถปลี่ยนรหัสผ่านได้.
   notice_account_lost_email_sent: เราได้ส่งอีเมล์พร้อมวิธีการสร้างรหัีสผ่านใหม่ให้คุณแล้ว กรุณาเช็คเมล์.
   notice_account_activated: บัญชีของคุณได้เปิดใช้แล้ว. ตอนนี้คุณสามารถเข้าสู่ระบบได้แล้ว.
index deb32d50b6bcb2fc894a4de536ac275e362b514f..ecff540abb0bd3da860a9a7ef59414066cad9741 100644 (file)
@@ -171,7 +171,6 @@ tr:
   notice_account_password_updated: Parola başarıyla güncellendi.
   notice_account_wrong_password: Yanlış parola
   notice_account_register_done: Hesap başarıyla oluşturuldu. Hesabınızı etkinleştirmek için, size gönderilen e-postadaki bağlantıya tıklayın.
-  notice_account_unknown_email: Tanınmayan kullanıcı.
   notice_can_t_change_password: Bu hesap harici bir denetim kaynağı kullanıyor. Parolayı değiştirmek mümkün değil.
   notice_account_lost_email_sent: Yeni parola seçme talimatlarını içeren e-postanız gönderildi.
   notice_account_activated: Hesabınız etkinleştirildi. Şimdi giriş yapabilirsiniz.
index cbee8118662b2fbf103a8d1184ee3a44c2ed5385..625154ed5ac52c342b2536b6feabbcbce75f934d 100644 (file)
@@ -171,7 +171,6 @@ uk:
   notice_account_password_updated: Пароль успішно оновлений.
   notice_account_wrong_password: Невірний пароль.
   notice_account_register_done: Обліковий запис успішно створений. Для активації Вашого облікового запису зайдіть по посиланню, яке відіслане вам електронною поштою.
-  notice_account_unknown_email: Невідомий користувач.
   notice_can_t_change_password: Для даного облікового запису використовується джерело зовнішньої аутентифікації. Неможливо змінити пароль.
   notice_account_lost_email_sent: Вам відправлений лист з інструкціями по вибору нового пароля.
   notice_account_activated: Ваш обліковий запис активований. Ви можете увійти.
index 94e236f2d4e462f8d0eca77e84e0929e282b7d2a..2aa5eedece869346c4edfa4e8093080e19c42322 100644 (file)
@@ -210,7 +210,6 @@ vi:
   notice_account_password_updated: Cập nhật mật mã thành công.
   notice_account_wrong_password: Sai mật mã
   notice_account_register_done: Tài khoản được tạo thành công. Để kích hoạt vui lòng làm theo hướng dẫn trong email gửi đến bạn.
-  notice_account_unknown_email: Không rõ tài khoản.
   notice_can_t_change_password: Tài khoản được chứng thực từ nguồn bên ngoài. Không thể đổi mật mã cho loại chứng thực này.
   notice_account_lost_email_sent: Thông tin để đổi mật mã mới đã gửi đến bạn qua email.
   notice_account_activated: Tài khoản vừa được kích hoạt. Bây giờ bạn có thể đăng nhập.
index b95ffc27821ca32985870d53b8059612daca7e2f..d87066cb772e4353d3d1c8ce5e9f14c4ceeb3115 100644 (file)
   notice_account_password_updated: 帳戶新密碼已儲存
   notice_account_wrong_password: 密碼不正確
   notice_account_register_done: 帳號已建立成功。欲啟用您的帳號,請點擊系統確認信函中的啟用連結。
-  notice_account_unknown_email: 未知的使用者
   notice_account_not_activated_yet: 您尚未完成啟用您的帳號。若您要索取新的帳號啟用 Email ,請 <a href="%{url}">點擊此連結</a> 。
   notice_account_locked: 您的帳號已被鎖定。
   notice_can_t_change_password: 這個帳號使用外部驗證方式,無法變更其密碼。
index e0b98a2e37df36ff63140937e5900b3640d8a42c..468f0904321f5c1427f69a6f23f40c08f6d38e10 100644 (file)
@@ -161,7 +161,6 @@ zh:
   notice_account_password_updated: 密码更新成功
   notice_account_wrong_password: 密码错误
   notice_account_register_done: 帐号创建成功,请使用注册确认邮件中的链接来激活您的帐号。
-  notice_account_unknown_email: 未知用户
   notice_can_t_change_password: 该帐号使用了外部认证,因此无法更改密码。
   notice_account_lost_email_sent: 系统已将引导您设置新密码的邮件发送给您。
   notice_account_activated: 您的帐号已被激活。您现在可以登录了。
index f539f4619b6736faea7faf6e7263cb97589b016c..034094e7b18af30ed76d3f9402a927634d68984e 100644 (file)
@@ -476,6 +476,7 @@ class AccountControllerTest < Redmine::ControllerTest
         }
       )
       assert_response :success
+      assert_equal I18n.t(:notice_account_lost_email_sent), flash[:notice]
     end
   end