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
Hi all
Just wondering, is it possible to log in a back office user programmatically? If yes, how?
Thank you in advance
Hi Ryuu,
You can use
var services = Services.UserService, then you have the options like our other services that you can find here. https://our.umbraco.org/documentation/reference/management-v6/services/ it works in the same way.
Hope this helps,
/Dennis
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Back Office User
Hi all
Just wondering, is it possible to log in a back office user programmatically? If yes, how?
Thank you in advance
Hi Ryuu,
You can use
var services = Services.UserService, then you have the options like our other services that you can find here. https://our.umbraco.org/documentation/reference/management-v6/services/ it works in the same way.
Hope this helps,
/Dennis
is working on a reply...