diff options
-rw-r--r-- | app/views/layouts/nav/_new_profile_sidebar.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/_new_profile_sidebar.html.haml b/app/views/layouts/nav/_new_profile_sidebar.html.haml index 85b2c7630c8..db137453ccc 100644 --- a/app/views/layouts/nav/_new_profile_sidebar.html.haml +++ b/app/views/layouts/nav/_new_profile_sidebar.html.haml @@ -43,7 +43,7 @@ = custom_icon('emails') %span.nav-item-name Emails - - unless current_user.ldap_user? + - unless current_user.allow_password_authentication? = nav_link(controller: :passwords) do = link_to edit_profile_password_path, title: 'Password' do .nav-icon-container |