method

App.UnlockAuthUser

func (application *App) UnlockAuthUser( ctx context.Context, collection, identity string, actorIdentity *AuthIdentity, ) error

Find an account by configured identity and clear its login lock.

Source core/account.go:26

@param ctx
The ctx value.
@param collection
The collection value.
@param identity
The identity value.
@param actorIdentity
The actorIdentity value.
@returns
The declared result.

Missing users remain indistinguishable from denied access.

Related types

  • App

    A resolved application bound to operation services.

  • AuthIdentity

    An exact authenticated collection and actor document.