Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Semyon Vyskubov 7 posts 117 karma points
    Apr 21, 2017 @ 16:05
    Semyon Vyskubov
    0

    Services.MemberService.GetAllMembers is empty

    I've found some examples of Services.MemberService.GetAllMembers method usage right in the template. Although for me this is always empty collection. I suspect because currently logged in user could have insufficient access to this kind of information. Does anybody have any suggestions how to allow every user (guest also) to obtain an access to the memberlist?

    P.S: I'm using custom membership provider.

  • Semyon Vyskubov 7 posts 117 karma points
    Apr 24, 2017 @ 09:49
    Semyon Vyskubov
    100

    Using of Membership.GetAllUsers() instead of Services.MemberService.GetAllMembers() helped to me.

Please Sign in or register to post replies

Write your reply to:

Draft