Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:ging/fi-ware-idm
Browse files Browse the repository at this point in the history
  • Loading branch information
crispinh2o committed Dec 2, 2014
2 parents effae33 + b92d167 commit 99c9591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/notification.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def purgeBody
self.body = Sanitize.clean(self.body,customSanitizeConfig)
self.body = self.body.gsub(/(^[\r\n]+)/, "")
self.body = self.body.gsub(/([.]*[\r\n]+)/, "\r\n")
self.body += " <br> -------------------------------- <br> You are receiving this message because you are a registered FIWARE Lab user. Should you wish to remove your account, you need to follow four simple steps: 1. Log on FIWARE Lab 2. Click on the dropdown menu next to your user name (upper right corner) 3. Select \"Settings\" 4. Click on \"Cancel account\" and confirm"
end

def send_emails
Expand Down

0 comments on commit 99c9591

Please sign in to comment.