1 vote

MemberUnlock

MemberUnlock for Umbraco 7

Members in Umbraco can get locked out when they have entered to many wrong passwords. The only 2 possible ways of removing this flag are:

  • Manually set the member back to not locked out 
  • When someone uses the password reset functionality they automatically get unlocked after updating their password

 

But not everyone uses this last functionality or doesn't have the time to always set the member manually back to not locked out, that's why we have created MemberUnlock.

MemberUnlock is a tiny package which unlock members. When? After a time which you can set in the web.config. You will find a new key in the appSettings section of your web.config file called: memberLockedOutInMinutes. The default value of this property is 10 which means a locked out member will be locked out for 10 minutes, after that MemberUnlock will unlock this member.

During the installation of this package we also create a Scheduled Task which you can find in the umbracoSettings.config file. This task will run every minute in order to unlock the members that may get unlocked.

If you want to view the history of these unlocked members by the MemberUnlock package, we always add an entry in the log file like:

MemberUnlock.Controllers.MemberUnlockApiController - Member 'test' has been unlocked automatically.

 

Release notes

v1.0.0

  • First release of the MemberUnlock package

 

Screenshots

Package owner

Michaƫl Vanbrabandt

Michaël Vanbrabandt

Michaël has 3348 karma points

Package Compatibility

This package is compatible with the following versions as reported by community members who have downloaded this package:
Untested or doesn't work on Umbraco Cloud
Version 8.18.x (untested)

You must login before you can report on package compatibility.

Previously reported to work on versions: 7.9.x

Package Information

  • Package owner: Michaël Vanbrabandt
  • Created: 10/03/2018
  • Current version 1.0.0
  • .NET version 4.6.1
  • License MIT
  • Downloads on Our: 257

External resources