forked from External/greenlight
GRN2-252: Change to how sign ins are processed (#869)
* Social to local * Social/Local to Social * Rubocop fixes * Added test cases * Added the ability to clear social uids * Update admins_controller.rb * Update admins_controller.rb
This commit is contained in:
committed by
farhatahmad
parent
42e6e4f235
commit
005ec84c73
@ -46,6 +46,10 @@ en:
|
||||
info: Clears the stored provider cache which forces a new request for the updated info
|
||||
title: Clear Provider Cache
|
||||
button: Clear Cache
|
||||
clear_auth:
|
||||
info: Clears the current authenticator for users allowing them to sign back in using a different authentication method
|
||||
title: Clear Current Authenticator
|
||||
button: Clear Auth
|
||||
color:
|
||||
info: Changing the Regular Color will change both Lighten and Darken. Lighten and Darken can then be changed individually
|
||||
title: Primary Color
|
||||
@ -415,6 +419,7 @@ en:
|
||||
password: New Password
|
||||
confirm: New Password Confirmation
|
||||
update: Update Password
|
||||
auth_change: The authentication method has changed. Please check your email to set your password.
|
||||
roles:
|
||||
active: Active
|
||||
admin: Admin
|
||||
|
Reference in New Issue
Block a user