summaryrefslogtreecommitdiffstats
path: root/app/views/my
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-05-10 10:30:10 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-05-10 10:30:10 +0000
commitc8fb0956d15b8518c4fa38cc0ed5acff52e4c4b8 (patch)
tree11aa226d1d0dd3644ac170746fcc3673eea13efa /app/views/my
parent51f7060aa8464f51f78403f87b3556a7ffaa1995 (diff)
downloadredmine-c8fb0956d15b8518c4fa38cc0ed5acff52e4c4b8.tar.gz
redmine-c8fb0956d15b8518c4fa38cc0ed5acff52e4c4b8.zip
Code cleanup (#19458).
git-svn-id: http://svn.redmine.org/redmine/trunk@14265 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my')
-rw-r--r--app/views/my/password.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/my/password.html.erb b/app/views/my/password.html.erb
index 6ba2bfc40..7a411e51a 100644
--- a/app/views/my/password.html.erb
+++ b/app/views/my/password.html.erb
@@ -17,7 +17,7 @@
<%= submit_tag l(:button_apply) %>
<% end %>
-<% unless @user.must_change_passwd? || @user.password_expired? %>
+<% unless @user.must_change_password? %>
<% content_for :sidebar do %>
<%= render :partial => 'sidebar' %>
<% end %>