Community Support Forum

This is the place to ask questions about anything related to cloudscribe!

Clear

I downloaded Simple Content with asp.net core 3.1

but it says that the package sts.Common with version (>=3.1.0) is missing so it will not debug

I removed the Microsoft.aspnetcore.mvc.newtonsoftjson file 3.0 in order to update to th...
0
votes
7
answers
521
views

Allow registration without Username?

hi, I find users don't like the "Username" requirement when registering. It fails if they include spaces - rules aren't clear, and it's not used as the "hello xxx" after re...
0
votes
2
answers
525
views

Can I ask what the "RoleLookupPolicy" is for?

I get that RoleAdminPolicy allows adding/removing users from roles, but I can't see what RoleLookupPolicy does. If a user meets UserManagementPolicy they can see details of a user including wh...
0
votes
1
answers
731
views

How do I access tenants other than the root site in my development environment?

I'm want to work in hostname multi-tenant mode as per https://www.cloudscribe.com/multi-tenant-support but when I run the site lo...
1
votes
3
answers
947
views

New install, admin@admin.com first login is failing

I have just deployed a new Cloudscribe site using NoDB and the basic default settings in the VS template. When I try to log in for the first time using admin@admin.com and the default passwor...
0
votes
3
answers
1069
views

Folder based without folder name in URL?

I have read https://www.cloudscribe.com/multi-tenant-support and did not find what I wish to implement, hence I am asking here. I...
0
votes
3
answers
692
views

In real world what is "Related Sites Mode" for?

In real world, what kind of multi tenant service you had in mind for "Related Sites Mode", where all users can login to any tenant? I am struggling to understand the difference of us...
0
votes
3
answers
638
views

Non-Bootstrap (e.g. material.io) theme

Hi, all integrated themes are presently using bootstrap. Is there a way to theme the application part (ie everything but the administration) with a different framework?

Alternatively, ...
0
votes
4
answers
789
views

Use both nodb and sqlite?

I began on a Cloudscribe site but got sidetracked. Now trying to begin again. I have a NODB blog using Mads Kristensen's miniblog.core https://github.com/madskristensen/Miniblog.Core...
0
votes
11
answers
1216
views

Just wanted to make sure... are rewrite rules written in cloudscribe to redirect to https?

Are they part of simple.content or cloudescribe.core?

If someone types http://focusonthemind.com, will they be automatically directed to the sett...
0
votes
11
answers
954
views

custom registration with kvp not working in .net core 3.1

Hi, I've noticed that I can't get custom userproperties to work in any new .net core 3.0 or 3.1 project, despite updating all the Nugets and no matter the fields in app-userproperties.json th...
1
votes
1
answers
829
views

What version of .Net Core does the latest cloudscribe use ?

Can anyone tell me the version of .Net core used by the latest version of Cloudscribe core?

0
votes
2
answers
888
views

Resolving Tenant Information from root provider

I was trying to resolve site-context from startupextention however i always receive a null context

var sp = services
            .BuildServiceProvider();
                var _httpConAcc = sp.GetRequiredService<IHttpContextAccessor>();
                var tenant = _httpConAcc.HttpContext.GetTenant<SiteContext>();
...
0
votes
1
answers
833
views

Cloudscribe login did not respond

I set up a fairly simple instance using the option through Visual Studio template. I selected to make the site non-public. After logging in with admin credentials, I did not select the google ...
0
votes
4
answers
843
views

Using cloudscribe core models in custom features with EF Core

I'm writing a custom feature for cloudscribe and have a question about what the best/cleanest way to incorporate cloudscribe Core models into mine is. Currently, I am adding the concept of use...
0
votes
3
answers
797
views