tkh_authentication 0.9.17.1 → 0.9.17.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 69beecbe99b0b37584738fe05e6ad728b4a1940b
4
- data.tar.gz: 0429c82383f95bc7bafec7862d0eb1228d7566ac
3
+ metadata.gz: 2cd6b0596da4818b6597beea51e20d28866b25cf
4
+ data.tar.gz: 96a180fc7e4475304e92990b61060b03eebf6c78
5
5
  SHA512:
6
- metadata.gz: 634d9503c308a334b7363beae2b8686dec0734f0ba45dfb738753227be70e92539674567a40e84884947c05addbdb41e4038512e4155faebaecb8d45db65dce3
7
- data.tar.gz: 2a2eafa4b716cc57fbbe7156567707cc66a46cd1ca0ff286c28cd33abb4d98ef8798d4da28ed0cb3fa7d95ffe6de26afa64aacdb068472028290863598556850
6
+ metadata.gz: 3e0e2dcfefb352e5f3ebdb0947a6c43a5fb3377cc44f534ae12b2c6d73ac304968833e650cabcd4086c6c1cd4e3f99bec6b09212b060b98e566a062e8d68f6ba
7
+ data.tar.gz: c497a7ee3857135d1197f42e766ad97ef6ad5a651228b81522fe1b4893035c48bef7e7e5e0dc0fec338499fb6851b55be0bc6b20d3373f7483e4951defbf0dda
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- ## 0.9.17.1
5
+ ## 0.9.17.1 & 0.9.17.2
6
6
 
7
7
  * Removed bug from last edit.
8
8
 
@@ -109,7 +109,7 @@ class ReceptionController < ApplicationController
109
109
  redirect_to email_input_path, alert: 'Sorry, your password_creation_token has expired. To protect your privacy and ensure your security, we need to ask you to start the process over again. The token, when created, expires after 1 hour!'
110
110
  end
111
111
  else # password is blank or password and password_confirmation don't match
112
- ( request.env["HTTP_REFERER"].present? ? redirect_to(:back) : redirect_to(root_path ), alert: 'Your password cannot be blank and the password should be identical to the password confirmation. Please try again.'
112
+ redirect_to ( request.env["HTTP_REFERER"].present? ? :back : root_path ), alert: 'Your password cannot be blank and the password should be identical to the password confirmation. Please try again.'
113
113
  end
114
114
  else # @user is blank
115
115
  redirect_to email_input_path, alert: 'We could not find this user record in our database. Please start the process over.'
@@ -1,3 +1,3 @@
1
1
  module TkhAuthentication
2
- VERSION = "0.9.17.1"
2
+ VERSION = "0.9.17.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_authentication
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.17.1
4
+ version: 0.9.17.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swami Atma