Mart,

You can work on the def view_permitted?(field) method on user.rb.

For example (THE FOLLOWING CODE IS NOT TESTED):


def view_permitted?(field)
    if field == email_address
        return current_user_is? self
    end
end

TF

On Jan 13, 3:56 pm, MartOn <[email protected]> wrote:
> Hello
> I see that Hobo by default gives anybody access to view any users
> email adress.
> I tried first to remove guest to access users all together, but that
> does not work.
>
> How can you remove just the email adress from show and not from
> signup, or shown as a link from another accosiated object.
>
> /MartOn
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to