method
App.UnlockAuthUser
func (application *App) UnlockAuthUser(
ctx context.Context,
collection,
identity string,
actorIdentity *AuthIdentity,
) errorFind an account by configured identity and clear its login lock.
Missing users remain indistinguishable from denied access.
Related types
AppA resolved application bound to operation services.
AuthIdentityAn exact authenticated collection and actor document.