Is there a way to configure the User Authentication so that each login is taken
to a specific page?

So a visitor with the login name "Dreamweaver" would get taken to PageA.php,
while someone who logs in as "Flash" would get taken to PageB.php.

Can this be done without manually writing PHP code?

And if not, could someone direct me to the PHP code which can do this?

Thanks.