avivasolutionsnl / sitecore-docker

Dockerized Sitecore 9 XP0 & XC
33 stars 24 forks source link

Added unlock user script #126

Closed Barsonax closed 5 years ago

joostmeijles commented 5 years ago

There actually exists a unlock_admin.aspx page in the default Sitecore installation. Does this script add value on top of that?

Barsonax commented 5 years ago

Yes that page does not work if the admin account is locked out because you cannot login.

joostmeijles commented 5 years ago

To make the page usable you set enableUnlockButton = true. Have you tried it?

Barsonax commented 5 years ago

The problem is that you have to login first to reach the page. This means you need a account that can login. In case all accounts are locked this is not possible.

Enabling the page does not solve this.

EDIT: tested with the demo locally to verify this.