BrockAllen.MembershipReboot icon indicating copy to clipboard operation
BrockAllen.MembershipReboot copied to clipboard

MembershipReboot is a user identity management and authentication library.

Results 26 BrockAllen.MembershipReboot issues
Sort by recently updated
recently updated
newest added

I'm using MembershipReboot as my back-end store for IdentityServer3, but now I need to have a page setup to change passwords. I have done this before in the past when...

In my business logic I would like to remove a claim from several users and add that claim to another user within a single transaction. How could I achieve that...

I know there is a good following of folks that have used this library over the years (as have I) and are in the midst of trying to get to...

I just saw the updated README stating MembershipReboot will not be maintained going forward. Does anyone have any pointers or guidance in moving a deployed MembershipReboot instance to ASP.NET Identity...

userAccountService.GetByMobile(string mobile) always returns null even if the mobile is already present.

GetHandlers(evt) method returns no handlers and email is not being sent. This issue is similar to https://github.com/brockallen/BrockAllen.MembershipReboot/issues/159 Last trace line logged: [UserAccountService.ResetPassword] account not verified -- raising change email event...

The ChangeEmailRequest checks the RequireAccountVerification config value. If no verification is required the e-mailaddress is changed without sending a verification request first, which is fine. However when the e-mailaddress is...

Is there a list or something of the fixes/changes that went out with 9.0? I can't find anything.

Hello, we want to make a CustomUserRepository based on our own database repository (no EF, Mongo or Raven). I derive this repo from QueryableUserAccountRepository, register the user & group repo's...

Hey Mate, Just seen that new message on the readme and have a couple of questions. Our implementation of idsrv currently uses this and an updated version of the RavenDb...