Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Umbraco 7.1.1 comes with a login and a login status partial view template. Both of them use the obsolete Member object.
In order to login a member, this code is used in the built in login partial view template:
Member.GetMemberFromLoginNameAndPassword(usernamne, password)
And I can't se what the right way would be if I want to use the new MemberSevice. Anyone?
Is this what ya looking for?
http://our.umbraco.org/Documentation/Reference/Querying/MemberShipHelper/index
It was! Thanks!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Login with the new MemberService
Umbraco 7.1.1 comes with a login and a login status partial view template. Both of them use the obsolete Member object.
In order to login a member, this code is used in the built in login partial view template:
Member.GetMemberFromLoginNameAndPassword(usernamne, password)
And I can't se what the right way would be if I want to use the new MemberSevice. Anyone?
Is this what ya looking for?
http://our.umbraco.org/Documentation/Reference/Querying/MemberShipHelper/index
It was! Thanks!
is working on a reply...