Custom password hashing for migrating data

This commit is contained in:
Godwin
2014-05-04 21:01:27 -06:00
parent 1aee8c09da
commit 7a768068ec
8 changed files with 1636979 additions and 12 deletions
+1 -3
View File
@@ -6,9 +6,6 @@ include ApplicationHelper
class PagesController < ApplicationController
def home
#password = ""
#hash = ""
#@testResult = RubyDrupalHash::verify(password, hash)
end
def translate
@@ -91,4 +88,5 @@ class PagesController < ApplicationController
end
I18n.backend.reload!
end
end