-
When programmatically creating a new Member (via a "Registration" form), you first need to create the member, then set the password.
example:
```
m = memberService.CreateMemberWithIdentity([userna…
-
## Summary
I keep getting this error when I try to build locally. Most of the time, at least, my site builds successfully on Netlify's build servers.
Output from `gatsby develop` after clean:
`…
-
From time to time I have to create templates that will be integrated into ASP.NET projects with CMS like Sitecore or Episerver. Rather than getting the CMS to render handlebars (a big challenge) I'm e…
-
Using:
OrchardCore.Localization.Core Version="1.0.0-beta2-67581"
When a model instance is first created the localized annotations messages (display, validations etc.) get loaded and everything is …
-
I'm using:
```
services.AddAuthentication().AddCookie("custom", options=> {
options.LoginPath = "/admin/in";
options.LogoutPath = "/admin/out";
});
``…
-
Hi, this is not a bug report, just looking for some support.
Our team has old versions of bettercap fully integrated into another script called [airgeddon](https://github.com/v1s1t0r1sh3r3/airgeddo…
-
_Please comment this issue in order to request an icon and I will update this list._
~~Android~~
~~Amazon Web Services~~
API
AppCode
~~Atom~~
Autodesk
Bash
BEM
BizTalk
Blender3d
~~CakePHP…
konpa updated
4 years ago
-
I have compiled a empty ASP.Net Core Web with the OrchardCore CMS dependencies, I have not changed anything in the source code and the app runs fine using docker desktop, I was able to setup the defau…
-
While I agree, this appears to be malformed html/output; the package should not throw an exception and provide a yellow screen of death, instead it should simply not minify things. Here is the stack …
-
validator.w3.org gives me at lot of validation errors like "Stray end tag 'source'" because source-tags are closed with `""` instead of "/>".
I guess adding "source" to the HashSet of SelfClosingElem…