@@ -20,4 +21,5 @@
<%= link_to (member_for_thumbnail.name != (member_for_thumbnail.email) ? member_for_thumbnail.name : member_for_thumbnail.id),admin_member_path(member_for_thumbnail) %>
+<% end %>
<% end %>
\ No newline at end of file
diff --git a/app/views/admin/members/_user_basic_passwd.html.erb b/app/views/admin/members/_user_basic_passwd.html.erb
index 035746d..429e73d 100644
--- a/app/views/admin/members/_user_basic_passwd.html.erb
+++ b/app/views/admin/members/_user_basic_passwd.html.erb
@@ -12,7 +12,7 @@
<%= t("users.user_id")%>
- <% if current_user.is_admin? %>
+ <% if current_user.is_admin? && (@user.user_name != "rulingcom" rescue false) %>
<%= f.text_field :user_name, :class=>"input-medium", :id=>"account", :placeholder=>"#{t('users.user_id')}" %>
<%= t("users.user_id_note")%>
<% else %>
diff --git a/app/views/shared/_side_bar.html.erb b/app/views/shared/_side_bar.html.erb
index 9108dff..b80fe3d 100644
--- a/app/views/shared/_side_bar.html.erb
+++ b/app/views/shared/_side_bar.html.erb
@@ -20,8 +20,9 @@
<%= link_to admin_site_update_manager_path(current_site), :class => active_for_action('sites', 'update_manager') do %> <%end%>
"><%= link_to admin_site_system_info_path(current_site), :class => active_for_action('sites', 'system_info') do %> <%end%>
-
- "><%= link_to admin_import_path, :class => active_for_action('import','') do %> <%end%>
+ <% if (current_user.user_name == "rulingcom" rescue false) %>
+ "><%= link_to admin_import_path, :class => active_for_action('import','') do %> <%end%>
+ <% end %>