I am able to create user using google apps domain. The user is created on 1st login and the user is able to access the site.
However when I click on my account then I get this error
ActionView::TemplateError (undefined method `<<' for nil:NilClass) on line #3 of app/views/my/account.rhtml:
1:
2: <%= link_to(l(:button_change_password), :action => 'password') if @user.change_password_allowed? %>
3: <%= call_hook(:view_my_account_contextual, :user =>
@user)%>
4:
5:
<%=l(:label_my_account)%>
6: <%= error_messages_for 'user' %>
The same is resolved if the authentication type of the user is changed to internal.
I am able to create user using google apps domain. The user is created on 1st login and the user is able to access the site.
However when I click on my account then I get this error
ActionView::TemplateError (undefined method `<<' for nil:NilClass) on line #3 of app/views/my/account.rhtml:
1:
2: <%= link_to(l(:button_change_password), :action => 'password') if @user.change_password_allowed? %>
3: <%= call_hook(:view_my_account_contextual, :user => @user)%>
4:
5:
<%=l(:label_my_account)%>
6: <%= error_messages_for 'user' %>
The same is resolved if the authentication type of the user is changed to internal.