stable
Clone or download
Read-only
story #9590: change user password
Change-Id: Ied847b283639d69e36b3de9efcdab968f1f92717 Conflicts: src/common/autoload.php
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/ldap/include/ldapPlugin.class.php | +46 | −47 | Go to diff View file |
M | site-content/en_US/account/account.tab | +1 | −1 | Go to diff View file |
M | site-content/en_US/admin/admin.tab | +8 | −6 | Go to diff View file |
M | site-content/fr_FR/account/account.tab | +1 | −1 | Go to diff View file |
M | site-content/fr_FR/admin/admin.tab | +7 | −5 | Go to diff View file |
M | src/common/autoload.php | +4 | −2 | Go to diff View file |
M | src/common/layout/BaseLayout.php | +223 | −0 | Go to diff View file |
M | src/common/layout/Layout.class.php | +0 | −241 | Go to diff View file |
A | src/common/user/Admin/UserChangePasswordPresenter.php | +65 | −0 | Go to diff View file |
M | src/common/user/Admin/UserDetailsPresenter.php | +3 | −0 | Go to diff View file |
A | src/common/user/Password/PasswordValidatorPresenter.php | +35 | −0 | Go to diff View file |
A | src/templates/admin/users/user-change-password.mustache | +58 | −0 | Go to diff View file |
M | src/templates/admin/users/user.mustache | +4 | −2 | Go to diff View file |
M | src/www/admin/usergroup.php | +73 | −1 | Go to diff View file |
M | src/www/project/admin/editgenericmember.php | +1 | −1 | Go to diff View file |
M | src/www/scripts/admin/userdetails.js | +13 | −1 | Go to diff View file |
M | src/www/scripts/user.js | +37 | −36 | Go to diff View file |
M | src/www/themes/BurningParrot/BurningParrotTheme.php | +10 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/includes/_siteadmin-user-password.scss | +76 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_siteadmin.scss | +1 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/templates/footer.mustache | +1 | −1 | Go to diff View file |