Add email service and settings #154
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/email_service"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allows users with the email feature flag enabled to reset their email password, which will also set the maildrop to their user address if it doesn't exist yet, or is different (i.e. forwarding enabled).
There's a weird unrelated issue with base64 avatar encoding being different on my machine vs CI, which is what the extra 2 commits are for. One fixes it on my machine, but breaks CI, the other reverts the "fix". I have yet to find out what's going on, but this will keep it in Git history at least.
@ -0,0 +27,4 @@
<%= render partial: "icons/qr_code", locals: { custom_class: "text-blue-600 h-4 w-4 inline" } %>
</button>
</p>
<%= render QrCodeModalComponent.new(qr_content: "xmpp:"+current_user.address) %>
✂️
"xmpp:"