Process::getAfterLoginUrl()

URL to redirect to after non-authenticated user is logged-in, or false if module does not support

When supported, module should gather any input GET vars and URL segments that it recognizes, sanitize them, and return a URL for that request. ProcessLogin will redirect to the returned URL after user has successfully authenticated.

If module does not support this, or only needs to support an integer 'id' GET var, then this method can return false.

Usage

$bool = Process::getAfterLoginUrl(Page $page);

Arguments

NameType(s)Description
$pagePage

Requested page

Return value

bool string


Process methods and properties

API reference based on ProcessWire core version 3.0.251