<% title "Edit Notification Settings: #{@user.name}" %> <%= link_to @user.name, @user %> → Edit Notification Settings

Edit Notification Settings

<%= form_for @user do |f| %>

Email me when someone...

replies to my thread <%= f.check_box :mail_own_thread_reply %>
replies to a thread I already replied to <%= f.check_box :mail_other_thread_reply %>
comments my blog post
(Currently used for staff only)
<%= f.check_box :mail_own_blogpost_comment %>
comments a blog post I already commented <%= f.check_box :mail_other_blogpost_comment %>
mentions me in a thread or comment <%= f.check_box :mail_mention %>

Public Key

All notification emails, including password resets, will be encrypted with this key if you supply it. Do not lose your private key, otherwise you won't be able to easily recover your account.

<%= f.text_area :public_key, placeholder: "-----BEGIN PGP PUBLIC KEY BLOCK-----" %>

<%= f.submit "Save changes", class: "btn blue left" %>

<% end %>