poppastring / dasblog-core

The original DasBlog reimagined with ASP.NET Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support multiple users

poppastring opened this issue · comments

dasblog traditionally supported multiple users. Can dasblog-core support that also?

I would still host multiple blogs side-by-side in separate folders/vdirs. Making the engine support multiple separate timelines causes all kinds of extra churn, including separate config sections and filtered logs etcetc. It's good to allow for multiple logins so several people with their own passwords can contribute, but I wouldn't make it more complicated than that. You end up with a different thing with different timelines. #644