standalone: password reset working except for missing MessageTpl
authorRich Lott / Artful Robot <code.commits@artfulrobot.uk>
Sat, 30 Sep 2023 11:47:52 +0000 (12:47 +0100)
committerRich Lott / Artful Robot <code.commits@artfulrobot.uk>
Sat, 30 Sep 2023 11:48:37 +0000 (12:48 +0100)
commit6cb5d37d25e11a701c8e7ec42f0ce2df5bbd51d7
tree853c30abc801b1f22aeb83ff26bad2b19facb13d
parent72708574b84467b29fff36862185bf3d301c2cbb
standalone: password reset working except for missing MessageTpl
15 files changed:
CRM/Core/BAO/UFMatch.php
ext/standaloneusers/CRM/Standaloneusers/Page/ChangePassword.php
ext/standaloneusers/CRM/Standaloneusers/Page/ResetPassword.php [new file with mode: 0644]
ext/standaloneusers/Civi/Api4/Action/User/PasswordReset.php
ext/standaloneusers/Civi/Api4/Action/User/SendPasswordReset.php
ext/standaloneusers/Civi/Api4/User.php
ext/standaloneusers/ang/crmChangePassword.js
ext/standaloneusers/ang/crmResetPassword.ang.php [new file with mode: 0644]
ext/standaloneusers/ang/crmResetPassword.js [new file with mode: 0644]
ext/standaloneusers/ang/crmResetPassword/crmResetPassword.html [new file with mode: 0644]
ext/standaloneusers/standaloneusers.php
ext/standaloneusers/templates/CRM/Standaloneusers/Page/Login.tpl
ext/standaloneusers/templates/CRM/Standaloneusers/Page/ResetPassword.tpl [new file with mode: 0644]
ext/standaloneusers/xml/Menu/standaloneusers.xml
setup/plugins/init/StandaloneUsers.civi-setup.php