]> source.dussan.org Git - sonarqube.git/commit
SONAR-14175 Adding the reset password form.
authorMathieu Suen <mathieu.suen@sonarsource.com>
Wed, 25 Nov 2020 14:09:54 +0000 (15:09 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 2 Dec 2020 20:06:57 +0000 (20:06 +0000)
commit458cff671f946eecb5696d2f7f873e7004a81966
treeffab993df100b8e8d1013efd242445fd70ec350e
parentf1c787ccd9b21b6af6859c74814e45c1e7faea01
SONAR-14175 Adding the reset password form.
14 files changed:
server/sonar-web/src/main/js/app/components/ResetPassword.css [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/ResetPassword.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/__tests__/ResetPassword-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/ResetPassword-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/app/utils/startReactApp.tsx
server/sonar-web/src/main/js/apps/account/components/Password.tsx [deleted file]
server/sonar-web/src/main/js/apps/account/components/Security.tsx
server/sonar-web/src/main/js/apps/account/components/__tests__/Password-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/account/components/__tests__/__snapshots__/Password-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/account/components/__tests__/__snapshots__/Security-test.tsx.snap
server/sonar-web/src/main/js/components/common/ResetPassword.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/common/__tests__/ResetPassword-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/common/__tests__/__snapshots__/ResetPassword-test.tsx.snap [new file with mode: 0644]
sonar-core/src/main/resources/org/sonar/l10n/core.properties