Commit Graph
39 Commits
Author SHA1 Message Date
Ephraim Atta-Duncan 7cc1ae2de0 Refactor forgot password and reset component 2023-06-07 10:33:05 +00:00
Ephraim Atta-Duncan f08836216e Remove unused input fields 2023-06-07 10:12:05 +00:00
Ephraim Atta-Duncan 7184c47ac4 Rename component interfaces 2023-06-07 10:10:56 +00:00
Ephraim Atta-Duncan 79bd410687 Remove tokens on successful password reset 2023-06-05 17:15:41 +00:00
Ephraim Atta-Duncan 3a0648c85d Expire token after 1 hour 2023-06-05 16:54:12 +00:00
Ephraim Atta-Duncan 2b9a2ff250 Avoid user from setting the same old password 2023-06-05 16:36:16 +00:00
Ephraim Atta-Duncan 4136811e32 Avoid consecutive password reset requests 2023-06-05 16:01:01 +00:00
Ephraim Atta-Duncan e9cee23c15 Error handling for invalid users 2023-06-05 15:52:00 +00:00
Ephraim Atta-Duncan 5d2349086d Send email on password reset complete 2023-06-05 15:33:27 +00:00
Ephraim Atta-Duncan c47e01b2b8 Display sucessful password reset request 2023-06-05 14:59:50 +00:00
Ephraim Atta-Duncan 7c30ee0c3e Redirect to /login on password reset 2023-06-05 14:47:10 +00:00
Ephraim Atta-Duncan 6e2b05f835 Change password in database to new reset password 2023-06-05 14:36:20 +00:00
Ephraim Atta-Duncan 8dc9c9d72d Add reset password page 2023-06-05 14:17:45 +00:00
Ephraim Atta-Duncan 66b529a841 feat: send reset password email 2023-06-05 13:44:47 +00:00
Ephraim Atta-Duncan 8293b50195 Create reset password token for user 2023-06-05 13:05:25 +00:00
Ephraim Atta-Duncan 002b22b1a8 Add forgot password page 2023-06-05 12:53:51 +00:00
Ephraim Atta-Duncan 447bf0cb76 Add password reset to prisma schema 2023-06-05 12:23:52 +00:00
Ephraim Atta-Duncan 4c06b5e640 fix: logo only on dashboard 2023-05-29 08:01:12 +00:00
Ephraim Atta-Duncan 0f28692a39 Update readme 2023-05-07 11:25:12 +00:00
Ephraim Atta-Duncan bcc2530484 Declutter Textarea by removing placeholders 2023-04-16 23:45:57 +00:00
Ephraim Atta-Duncan 84e3d29589 Use documenso as container name for local development 2023-04-16 18:29:40 +00:00
Ephraim Atta-Duncan e4e44b7f22 Replace fragment with null 2023-04-10 01:34:20 +00:00
Ephraim Atta-Duncan 6034e7a21e Send email notification to signers on document signing completion with signed document 2023-04-09 13:15:44 +00:00
Ephraim Atta-Duncan 2a34cc26c6 Replace empty string with fragments 2023-04-09 12:39:18 +00:00
Ephraim Atta-Duncan 0ce66a7957 Redirect breadcrump link on completed to avoid editing 2023-04-09 12:34:26 +00:00
Ephraim Atta-Duncan 065efabb39 Change wording on completed signers page 2023-04-09 12:29:31 +00:00
Ephraim Atta-Duncan e86d4cc719 Disable the edit and add signer button for completed documents 2023-04-09 12:26:48 +00:00
Ephraim Atta-Duncan 964e749039 Update prettier styling 2023-04-04 22:10:30 +00:00
Ephraim Atta-Duncan 84b57d715c Apply prettier config to all files 2023-04-04 22:02:32 +00:00
Ephraim Atta-Duncan 85f2b5e84a Add prettier config 2023-04-04 22:00:01 +00:00
Ephraim Atta-Duncan b3e89b16bc Add types to Dialog component 2023-03-28 12:55:20 +00:00
Ephraim Atta-Duncan a9befd342c Use dynamic values for title and icon for dialog 2023-03-28 12:47:40 +00:00
Ephraim Atta-Duncan 16f6da01c0 Move dialog into a seperate component 2023-03-28 12:42:00 +00:00
Ephraim Atta-Duncan f8f941a9cd add inital component to @documenso/ui 2023-03-28 12:15:45 +00:00
Ephraim Atta-Duncan 6f31dacd74 fix settings active bug 2023-03-22 18:44:03 +00:00
Ephraim Atta-Duncan 2fed1a7034 Close nav on profile button click 2023-03-22 09:45:15 +00:00
Ephraim Atta-Duncan de3c500fea Close panel on when user clicks on a nav link 2023-03-21 23:13:56 +00:00
Ephraim Atta-Duncan a3e17e9f3e Custom message if name is defined or null 2023-03-21 18:44:45 +00:00
Ephraim Atta-Duncan b7cc4aed9b Route to profile on settings click on navbar 2023-03-21 17:53:47 +00:00