Community Support Forum

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

Clear

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
654
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
859
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
958
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
629
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
542
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
692
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
1125
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
791
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
728
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
766
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
720
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
746
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
718
views

Seeking information about signup security in Cloudscribe Core

I currently have a website using asp.net core and it has glitches I want to address through using Cloudscribe. My site combines asp.net core with asp.net identity and uses a sqlserver db with ...
0
votes
6
answers
818
views

Anonymous access

Hello everyone. I want only registered users to access site content, what's the best way to disable anonymous access to a site?

Regards.

0
votes
2
answers
902
views