diff options
author | Izaak Alpert <ialpert@blackberry.com> | 2013-09-17 16:37:36 -0400 |
---|---|---|
committer | Izaak Alpert <ialpert@blackberry.com> | 2013-09-17 22:38:08 -0400 |
commit | ca1b67ce38eb43edc969c0ca04264b7ea423413c (patch) | |
tree | ad5696dc23d8a600719f7a388518aca12d76adda /features/profile | |
parent | 16b6040c2e810253b29bfed4df5fcd098c456813 (diff) | |
download | gitlab-ce-ca1b67ce38eb43edc969c0ca04264b7ea423413c.tar.gz |
Don't show users password change page if ldap users
Diffstat (limited to 'features/profile')
-rw-r--r-- | features/profile/profile.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/profile/profile.feature b/features/profile/profile.feature index 53a93b0f908..3b61552a73d 100644 --- a/features/profile/profile.feature +++ b/features/profile/profile.feature @@ -18,6 +18,7 @@ Feature: Profile Scenario: My password is expired Given my password is expired + And I am not an ldap user And I visit profile account page Then I redirected to expired password page And I submit new password |