I would like to allow users to upload files as attachments to their membership User object. What is the easiest way to add a custom field to the User Settings class that will allow the user to upl...
I've added an integration bus connector subscribed to creation of users like this:SubscribeToObjects(TaskProcessTypeEnum.AsyncSnapshot, PredefinedObjectType.USER, TaskTypeEnum.CreateObject);My task...
System: Kentico v7.0.103I have a custom table that hold a list of practice areas. This table has two columns - the ItemID and a PracticeAreaName (Text-512-Text box) field.In User - Settings, I'm tr...
Is there any recommendations as far as best practices for storing @one-off@ user preferences? Specifically, I've created a custom web part which can be slightly customized by the user and I want to...
Hi,I’m using Kentico 8 and have created 2 custom fields in User Settings to save user logo and cover images. I’m trying to use file upload control for these fields, as they will be exposed to users...
I'm trying to get the user's last login date. I know that this value is over-written when the user logs in so I'm trying to catch it before it is updated during the login process.I found this foru...