Update SMTP settings for Mailcatcher
This commit is contained in:
@@ -72,7 +72,7 @@ class UsersController < ApplicationController
|
||||
|
||||
def generate_token(id, email)
|
||||
hash = Digest::MD5.hexdigest(email)
|
||||
"#{id}~#{hash}"
|
||||
"#{id}-#{hash}"
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user