Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
- C# DateTime to UNIX timestamps
- C# HttpClient POST or PUT Json with content type application/json
- C# get results from Task.WhenAll
- Write to file from multiple threads async with C# and .NET Core
- Run tasks in parallel using .NET Core, C# and async coding
- Build .net core 6 projects with Azure Devops using yml files
- .NET API CORS: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header.NET API
Archive
Meta
Tag Archives: User
Sitecore Virtual Users – authenticate users from external systems
One of the very old Sitecore features popped up yesterday. My team and I are working on moving our 550.000+ users from the .NET Membership Provider to an external system, possibly .NET Identity. .NET Identity will authorize the users, but we … Continue reading
Posted in c#, Sitecore, Sitecore 5, Sitecore 6, Sitecore 7, Sitecore 8
Tagged BuildVirtualUser, LoginVirtualUser, Sitecore, User
9 Comments
Sitecore users custom profile properties
Sitecore is using the standard .net security framework. This makes it easy to setup custom profiles on users, and to add custom profile properties. To do so, do the following: STEP 1: ADD A PROFILE TEMPLATE TO SITECORE Go to … Continue reading
Posted in c#, Sitecore 6, Sitecore 7
Tagged Member, Profile, security, SetCustomProperty, Sitecore, User
7 Comments
Sitecore allow email adress as user name
If you try to create a new user in Sitecore with an email address as account name you will be met with a validation error: “user name is not valid in the selected domain.” But do not worry, it’s not … Continue reading
Posted in c#, Sitecore 6, Sitecore 7
Tagged Account, AccountNameValidation, Email, Sitecore, User
10 Comments