diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb
index f59c3dd..9d6910b 100644
--- a/app/views/my/account.html.erb
+++ b/app/views/my/account.html.erb
@@ -6,8 +6,10 @@
<%=l(:label_my_account)%>
<%= error_messages_for 'user' %>
-<% labelled_form_for :user, @user, :url => { :action => "account" },
- :html => { :id => 'my_account_form' } do |f| %>
+<% labelled_form_for :user, @user,
+ :url => { :action => "account" },
+ :html => { :id => 'my_account_form',
+ :method => :post } do |f| %>