Commit 691dced514048a9f65272926caaff28404998452
1 parent
17b63cd9
Exists in
master
and in
29 other branches
ActionItem78: removing useless
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@647 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
app/models/change_password.rb
@@ -72,7 +72,6 @@ class ChangePassword < Task | @@ -72,7 +72,6 @@ class ChangePassword < Task | ||
72 | def create_message | 72 | def create_message |
73 | hostname = self.requestor.environment.default_hostname | 73 | hostname = self.requestor.environment.default_hostname |
74 | code = self.code | 74 | code = self.code |
75 | - port = self.port | ||
76 | 75 | ||
77 | lambda do | 76 | lambda do |
78 | _("In order to change your password, please visit the following address:\n\n%s") % url_for(:host => hostname, :controller => 'account', :action => 'new_password', :code => code) | 77 | _("In order to change your password, please visit the following address:\n\n%s") % url_for(:host => hostname, :controller => 'account', :action => 'new_password', :code => code) |