diff --git a/app/controllers/my_controller.rb b/app/controllers/my_controller.rb index 16d516f82..f462a64e7 100644 --- a/app/controllers/my_controller.rb +++ b/app/controllers/my_controller.rb @@ -118,7 +118,7 @@ class MyController < ApplicationController @user.safe_attributes = params[:user] @user.pref.attributes = params[:pref] @user.pref[:no_self_notified] = (params[:no_self_notified] == '1') - @user.login = params[:login] + #@user.login = params[:login] unless @user.user_extensions.nil? if @user.user_extensions.identity == 2 @user.firstname = params[:enterprise_name] diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index be178607f..fa9171496 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -30,7 +30,7 @@
  •