Skip to content

my account page doesnt open #7

@bamuis

Description

@bamuis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions