devise_xfactor_authentication 2.2.21 → 2.2.22

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b9ec733cecf344031a24ef18170d6eded851ab4c946a653ced97e200d98f6861
4
- data.tar.gz: 4d871f28b132c3644f033fe2155c6f6298063bb4359c586c2ee17d81a6acd492
3
+ metadata.gz: '073680ced6fcf696ed3d422bddbf264ab0469b22288dda57bbdc917ea42a5f73'
4
+ data.tar.gz: cff3ec14ca4abdbbb3c0370e6da0ca9deb226fba5b57b1d004b2655d6f181347
5
5
  SHA512:
6
- metadata.gz: 1c43018d42a2aa629af899b6968d1cc48a0feb6074d826b1c106e7feadcb736692158223197026499c80c376f3ef56a4deb36c9bcb968321f18aab2d9d377d7a
7
- data.tar.gz: e5c9afd0249e904708a5dbf3c2f4f0409140c9ec96cdfa497b37b01fd599504c4e2ef3c1d51070178526f04288133d8a17b17cdc1721c505a4416adf36abc51f
6
+ metadata.gz: 1f42dc4e02e9a8f150d2731ab1ecfa8303eac34e2fefa7cf99cf3a5bf243346b35088713c89d8a3e66362547135dbe4d33f697120c4c1522bf57874dd50b9a1d
7
+ data.tar.gz: e7d443fd8d81135ee4f8a672c79fc55e752118ceb52876769458e5e3c5b1099bfa0f8dfbeca9831b938e74c171622b8764cce0f6ef6127f3316e3cb3a8bdf46f
@@ -42,7 +42,7 @@ class Devise::DeviseXfactorAuthenticationController < DeviseController
42
42
  set_flash_message!(:notice, :success)
43
43
  resource.update(second_factor_attempts_count: 0)
44
44
  else
45
- set_flash_message!(:notice, "Signed in successfully")
45
+ set_flash_message!(:notice, :does_not_use_two_factor)
46
46
  end
47
47
  redirect_to after_devise_xfactor_success_path_for(resource)
48
48
  end
@@ -3,6 +3,7 @@ de:
3
3
  devise_xfactor_authentication:
4
4
  success: "Ihre Zwei-Faktor-Authentifizierung war erfolgreich."
5
5
  attempt_failed: "Authentifizierungsversuch fehlgeschlagen."
6
+ does_not_use_two_factor: "Erfolgreich angemeldet."
6
7
  max_login_attempts_reached: "Ihr Zugang wurde ganz verweigert, da Sie Ihr Versuchslimit erreicht haben."
7
8
  contact_administrator: "Kontaktieren Sie bitte einen Ihrer Administratoren."
8
9
  code_has_been_sent: "Ihr Einmal-Passwort wurde verschickt."
@@ -3,6 +3,7 @@ en:
3
3
  devise_xfactor_authentication:
4
4
  success: "Two factor authentication successful."
5
5
  attempt_failed: "Attempt failed."
6
+ does_not_use_two_factor: "Signed in successfully."
6
7
  max_login_attempts_reached: "Access completely denied as you have reached your attempts limit"
7
8
  contact_administrator: "Please contact your system administrator."
8
9
  code_has_been_sent: "Your authentication code has been sent."
@@ -3,6 +3,7 @@ es:
3
3
  devise_xfactor_authentication:
4
4
  success: "Autenticación multi-factor realizada exitosamente."
5
5
  attempt_failed: "La autenticación ha fallado."
6
+ does_not_use_two_factor: "Iniciado sesión con éxito."
6
7
  max_login_attempts_reached: "Has llegado al límite de intentos fallidos, acceso denegado."
7
8
  contact_administrator: "Contacte a su administrador de sistema."
8
9
  code_has_been_sent: "El código de autenticación ha sido enviado."
@@ -3,6 +3,7 @@ fr:
3
3
  devise_xfactor_authentication:
4
4
  success: "Validation en deux étapes effectuée avec succès."
5
5
  attempt_failed: "La connexion a échoué."
6
+ does_not_use_two_factor: "Connexion réussie."
6
7
  max_login_attempts_reached: "Limite de tentatives atteinte, accès refusé."
7
8
  contact_administrator: "Merci de contacter votre administrateur système."
8
9
  code_has_been_sent: "Votre code de validation envoyé."
@@ -3,6 +3,7 @@ ru:
3
3
  devise_xfactor_authentication:
4
4
  success: "Двухфакторная авторизация успешно пройдена."
5
5
  attempt_failed: "Неверный код."
6
+ does_not_use_two_factor: "Выполнен вход."
6
7
  max_login_attempts_reached: "Доступ заблокирован. Превышено число попыток авторизации"
7
8
  contact_administrator: "Пожалуйста, свяжитесь с системным администратором."
8
9
  code_has_been_sent: "Ваш персональный код был отправлен."
@@ -1,3 +1,3 @@
1
1
  module DeviseXfactorAuthentication
2
- VERSION = "2.2.21".freeze
2
+ VERSION = "2.2.22".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_xfactor_authentication
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.21
4
+ version: 2.2.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathon Pickett