Update SMTP settings for Mailcatcher

This commit is contained in:
James Espinosa
2013-12-03 21:16:44 -06:00
parent 26e04deb9f
commit 1a3d6d690c
3 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class UsersController < ApplicationController
def generate_token(id, email)
hash = Digest::MD5.hexdigest(email)
"#{id}~#{hash}"
"#{id}-#{hash}"
end
end