24 lines
623 B
Plaintext
24 lines
623 B
Plaintext
Hi <%= @user.display_name.presence || @user.cn %>,
|
|
|
|
You have just granted '<%= @auth.client_id %>' access to your remote storage, with the following permissions:
|
|
|
|
<% @permissions.each do |p| %>
|
|
* <%= p %>
|
|
<% end %>
|
|
|
|
Visit your Storage dashboard to check on your connected apps and revoke permissions anytime:
|
|
|
|
<%= services_storage_url %>
|
|
|
|
Have fun!
|
|
|
|
---
|
|
|
|
You can disable email notifications for new app authorizations in your account settings:
|
|
<%= setting_url(:remotestorage) %>
|
|
<% if Setting.discourse_enabled %>
|
|
|
|
If you have any questions, please visit our community forums:
|
|
<%= Setting.discourse_public_url %>
|
|
<% end %>
|