Fixed deployment and added Spanish translations
* Fixed deployment and added Spanish translations * Fixed deployment and added Spanish translations * Fixed errors
This commit is contained in:
@@ -203,19 +203,16 @@ Rails.application.config.sorcery.configure do |config|
|
||||
# use an external encryption class.
|
||||
# Default: `nil`
|
||||
#
|
||||
user.custom_encryption_provider = Sorcery::CryptoProviders::DrupalPassword
|
||||
|
||||
|
||||
# encryption algorithm name. See 'encryption_algorithm=' for available options.
|
||||
# Default: `:bcrypt`
|
||||
#
|
||||
user.encryption_algorithm = :custom#:sha512
|
||||
|
||||
|
||||
# make this configuration inheritable for subclasses. Useful for ActiveRecord's STI.
|
||||
# Default: `false`
|
||||
#
|
||||
user.subclasses_inherit_config = true
|
||||
|
||||
|
||||
# -- remember_me --
|
||||
|
||||
@@ -1010,8 +1010,8 @@ es:
|
||||
Please_Confirm_Email: Página no encontrada
|
||||
'404':
|
||||
Page_Not_Found: Crear un taller
|
||||
Policy: 'Policy'
|
||||
About: 'About'
|
||||
Policy: 'Política'
|
||||
About: 'Acerca de'
|
||||
actions:
|
||||
workshops:
|
||||
create: Crear
|
||||
|
||||
Reference in New Issue
Block a user