I have a Kentico 13 .NET Core website which uses the IUserInfoProvider dependency, injected via constructor, on a number of Widgets.We are seeing strange behaviour whereby:one Widget uses _userInfo...
UserinfoProvider.GetuserInfo only accepts ID and username. I'm just curious if theres a way to get user info based on a unique custom attribute. Quite new to Kentico, so any insight would be apprec...
The only thing the documentation says about UserIsDomain is that:Is domain user : Indicates if the user was imported from Active Directory.We have a custom security handler that we use to actually ...
I need to get User custom field value by userid in ascx transformation.Code like @%# GlobalObjects.Users.Where(@UserID=@+ToInt( Eval(@UserId@), 0 )).GetValue(@my_field@) %@ does not work.How to get...
Cant able to update the current user? why? CV is just a string field,not only cv,if I set firstname or lastname,still cant able to update it.Why?UserInfo currentUser = UserInfoProvider.GetUserInfo(...
Is there any way to update current user's UserInfo?Suppose a user registered with an email and password,I have customized the CMS_User and added field as MyCV which is a GUID type.Upon logged in,I ...
The UserInfo object is used to access the security objects within the Kentico API. As an example lets create a user programmatically using an ASPX page.