Commit fe6a1898f751011079696f8ab0bb7a50fca9f40f

Authored by Gabriel Silva
1 parent b9526f1b

Overrides external user info for Noosfero and Twitter providers

Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
plugins/oauth_client/views/oauth_client_plugin_admin/edit.html.erb
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
28 </div> 28 </div>
29 29
30 <%= f.fields_for :client_options, OpenStruct.new(@provider.options[:client_options]) do |c| %> 30 <%= f.fields_for :client_options, OpenStruct.new(@provider.options[:client_options]) do |c| %>
31 - <div class="client-url <%= "required-field" if @provider.strategy == "noosfero_oauth2" %>"> 31 + <div class="client-url <%= "required-field" if @provider.strategy == "noosfero_oauth2" %>" title="<%= _("The service URL. If this value is informed, it will be used to identify the users, replacing the provider name") %>">
32 <%= labelled_form_field _('Client Url'), c.text_field(:site) %> 32 <%= labelled_form_field _('Client Url'), c.text_field(:site) %>
33 </div> 33 </div>
34 <% end %> 34 <% end %>